DataViewSupport.ViewHierarchy Property
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
[CLSCompliantAttribute(false)]
protected IVsDataViewHierarchy ViewHierarchy { get; }
[CLSCompliantAttribute(false)]
protected:
property IVsDataViewHierarchy^ ViewHierarchy {
IVsDataViewHierarchy^ get ();
}
[<CLSCompliantAttribute(false)>]
member ViewHierarchy : IVsDataViewHierarchy with get
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.