DataExplorerConnection.HierarchyObject Property
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
'Declaración
Protected MustOverride ReadOnly Property HierarchyObject As Object
Get
protected abstract Object HierarchyObject { get; }
protected:
virtual property Object^ HierarchyObject {
Object^ get () abstract;
}
abstract HierarchyObject : Object
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.