IVsDataExplorerNode.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 data explorer connection that is currently being used.
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 data connection.