DataViewBrowseObjectProvider.DataViewHierarchyAccessor 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.
Retrieves a DataViewHierarchyAccessor object instance, which provides managed accessors for the IVsHierarchy object that implements the data view hierarchy.
protected:
property Microsoft::VisualStudio::Data::DataViewHierarchyAccessor ^ DataViewHierarchyAccessor { Microsoft::VisualStudio::Data::DataViewHierarchyAccessor ^ get(); };
protected Microsoft.VisualStudio.Data.DataViewHierarchyAccessor DataViewHierarchyAccessor { get; }
member this.DataViewHierarchyAccessor : Microsoft.VisualStudio.Data.DataViewHierarchyAccessor
Protected ReadOnly Property DataViewHierarchyAccessor As DataViewHierarchyAccessor
Property Value
The hierarchy accessor.