Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the current instance of the view hierarchy object.
This API is not CLS-compliant.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Protected ReadOnly Property ViewHierarchy As IVsDataViewHierarchy
Get
[CLSCompliantAttribute(false)]
protected IVsDataViewHierarchy ViewHierarchy { get; }
[CLSCompliantAttribute(false)]
protected:
property IVsDataViewHierarchy^ ViewHierarchy {
IVsDataViewHierarchy^ get ();
}
[<CLSCompliantAttribute(false)>]
member ViewHierarchy : IVsDataViewHierarchy
function get ViewHierarchy () : IVsDataViewHierarchy
Property Value
Type: Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataViewHierarchy
An IVsDataViewHierarchy object representing the current instance of the view hierarchy.
.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.