Gets the current instance of the view hierarchy object.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'宣言
<CLSCompliantAttribute(False)> _
Protected ReadOnly Property ViewHierarchy As IVsDataViewHierarchy
'使用
Dim value As IVsDataViewHierarchy
value = Me.ViewHierarchy
[CLSCompliantAttribute(false)]
protected IVsDataViewHierarchy ViewHierarchy { get; }
[CLSCompliantAttribute(false)]
protected:
property IVsDataViewHierarchy^ ViewHierarchy {
IVsDataViewHierarchy^ get ();
}
protected function get ViewHierarchy () : IVsDataViewHierarchy
Property Value
Type: Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataViewHierarchy
An IVsDataViewHierarchy object representing the current instance of the view hierarchy.
Permissions
- 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.