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.
This member supports the DDEX infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Protected MustOverride ReadOnly Property HierarchyObject As Object
protected abstract Object HierarchyObject { get; }
protected:
virtual property Object^ HierarchyObject {
Object^ get () abstract;
}
abstract HierarchyObject : Object with get
abstract function get HierarchyObject () : Object
Property Value
Type: System.Object
The hierarchy object.
.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.