IVsDataViewHierarchy.ExplorerConnection 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.
Gets the current connection to Server Explorer.
public:
property Microsoft::VisualStudio::Data::Services::IVsDataExplorerConnection ^ ExplorerConnection { Microsoft::VisualStudio::Data::Services::IVsDataExplorerConnection ^ get(); };
public Microsoft.VisualStudio.Data.Services.IVsDataExplorerConnection ExplorerConnection { get; }
member this.ExplorerConnection : Microsoft.VisualStudio.Data.Services.IVsDataExplorerConnection
Public ReadOnly Property ExplorerConnection As IVsDataExplorerConnection
Property Value
An IVsDataExplorerConnection object representing the current connection to Server Explorer.