DataExplorerConnection.Hierarchy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
Gets the underlying IVsUIHierarchy object that represents this Explorer connection in the tree view.
public:
property Microsoft::VisualStudio::Shell::Interop::IVsUIHierarchy ^ Hierarchy { Microsoft::VisualStudio::Shell::Interop::IVsUIHierarchy ^ get(); };
[System.CLSCompliant(false)]
public Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchy Hierarchy { get; }
public Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchy Hierarchy { get; }
[<System.CLSCompliant(false)>]
member this.Hierarchy : Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchy
member this.Hierarchy : Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchy
Public ReadOnly Property Hierarchy As IVsUIHierarchy
Property Value
Returns the underlying IVsUIHierarchy object that represents this connection in the tree view.
- Attributes