Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Retrieves a DataViewHierarchyAccessor object instance, which provides managed accessors for 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
The hierarchy accessor.
.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.