Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Usage
Dim instance As DataExplorerConnection
Dim value As IVsUIHierarchy
value = instance.Hierarchy
[CLSCompliantAttribute(false)]
public IVsUIHierarchy Hierarchy { get; }
[CLSCompliantAttribute(false)]
public:
property IVsUIHierarchy^ Hierarchy {
IVsUIHierarchy^ get ();
}
public 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.