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.
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.