Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Get or set the hierarchy to use to help resolve project references.
Namespace: Microsoft.VisualStudio.TextTemplating.VSHost
Assembly: Microsoft.VisualStudio.TextTemplating.Interfaces.10.0 (in Microsoft.VisualStudio.TextTemplating.Interfaces.10.0.dll)
Syntax
'Declaration
Property Hierarchy As Object
Object Hierarchy { get; set; }
property Object^ Hierarchy {
Object^ get ();
void set (Object^ value);
}
abstract Hierarchy : Object with get, set
function get Hierarchy () : Object
function set Hierarchy (value : Object)
Property Value
Type: System.Object
Remarks
See the example in Host.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.