Share via


DataExplorerConnection.Hierarchy Property

Gets the underlying IVsUIHierarchy object that represents this Explorer connection in the tree view.

This API is not CLS-compliant. 

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public ReadOnly Property Hierarchy As IVsUIHierarchy
    Get
[CLSCompliantAttribute(false)]
public IVsUIHierarchy Hierarchy { get; }
[CLSCompliantAttribute(false)]
public:
property IVsUIHierarchy^ Hierarchy {
    IVsUIHierarchy^ get ();
}
[<CLSCompliantAttribute(false)>]
member Hierarchy : IVsUIHierarchy
function get Hierarchy () : IVsUIHierarchy

Property Value

Type: Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchy
Returns the underlying IVsUIHierarchy object that represents this connection in the tree view.

.NET Framework Security

See Also

Reference

DataExplorerConnection Class

Microsoft.VisualStudio.Data Namespace