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.
Class constructor. Initializes a new instance of the DataViewHierarchyAccessor class with an IVsUIHierarchy object instance.
This API is not CLS-compliant.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Sub New ( _
dataViewHierarchy As IVsUIHierarchy _
)
[CLSCompliantAttribute(false)]
public DataViewHierarchyAccessor(
IVsUIHierarchy dataViewHierarchy
)
[CLSCompliantAttribute(false)]
public:
DataViewHierarchyAccessor(
IVsUIHierarchy^ dataViewHierarchy
)
[<CLSCompliantAttribute(false)>]
new :
dataViewHierarchy:IVsUIHierarchy -> DataViewHierarchyAccessor
public function DataViewHierarchyAccessor(
dataViewHierarchy : IVsUIHierarchy
)
Parameters
dataViewHierarchy
Type: Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchyIVsUIHierarchy object instance representing the current hierarchy.
.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.