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
[CLSCompliantAttribute(false)]
public IVsUIHierarchy Hierarchy { get; }
[CLSCompliantAttribute(false)]
public:
property IVsUIHierarchy^ Hierarchy {
IVsUIHierarchy^ get ();
}
[<CLSCompliantAttribute(false)>]
member Hierarchy : IVsUIHierarchy with get
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
- 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.