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

See Also

Reference

DataViewSupport Class

Microsoft.VisualStudio.Data.Framework Namespace