Share via


ITextTemplatingComponents.Hierarchy Property

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: Object

.NET Framework Security

See Also

Reference

ITextTemplatingComponents Interface

Microsoft.VisualStudio.TextTemplating.VSHost Namespace