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
'宣言
Protected MustOverride ReadOnly Property HierarchyObject As Object
'使用
Dim value As Object
value = Me.HierarchyObject
protected abstract Object HierarchyObject { get; }
protected:
virtual property Object^ HierarchyObject {
Object^ get () abstract;
}
protected abstract function get HierarchyObject () : Object
Property Value
Type: System.Object
Permissions
- 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.