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

'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

See Also

Reference

DataExplorerConnection Class

Microsoft.VisualStudio.Data Namespace