IVsDataExplorerChildNodeCollection.Item[String] 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 connection node with the specified name in Server Explorer.
public:
property Microsoft::VisualStudio::Data::Services::IVsDataExplorerNode ^ default[System::String ^] { Microsoft::VisualStudio::Data::Services::IVsDataExplorerNode ^ get(System::String ^ name); };
public Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode this[string name] { get; }
member this.Item(string) : Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode
Default Public ReadOnly Property Item(name As String) As IVsDataExplorerNode
Parameters
- name
- String
The name of the connection node to retrieve in Server Explorer.
Property Value
A IVsDataExplorerNode object containing the connection node requested, or null if the connection node is not found.