DataViewSupport.ViewHierarchy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
Gets the current instance of the view hierarchy object.
protected:
property Microsoft::VisualStudio::Data::Services::SupportEntities::IVsDataViewHierarchy ^ ViewHierarchy { Microsoft::VisualStudio::Data::Services::SupportEntities::IVsDataViewHierarchy ^ get(); };
[System.CLSCompliant(false)]
protected Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataViewHierarchy ViewHierarchy { get; }
protected Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataViewHierarchy ViewHierarchy { get; }
[<System.CLSCompliant(false)>]
member this.ViewHierarchy : Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataViewHierarchy
member this.ViewHierarchy : Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataViewHierarchy
Protected ReadOnly Property ViewHierarchy As IVsDataViewHierarchy
Property Value
An IVsDataViewHierarchy object representing the current instance of the view hierarchy.
- Attributes