Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Retrieves a DataViewHierarchyAccessor object instance, which provides managed accessors to the IVsHierarchy object that implements the data view hierarchy.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Protected ReadOnly Property DataViewHierarchyAccessor As DataViewHierarchyAccessor
protected DataViewHierarchyAccessor DataViewHierarchyAccessor { get; }
protected:
property DataViewHierarchyAccessor^ DataViewHierarchyAccessor {
DataViewHierarchyAccessor^ get ();
}
member DataViewHierarchyAccessor : DataViewHierarchyAccessor with get
function get DataViewHierarchyAccessor () : DataViewHierarchyAccessor
Property Value
Type: Microsoft.VisualStudio.Data.DataViewHierarchyAccessor
Returns a DataViewHierarchyAccessor object instance.
.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.