IVsDataExplorerChildNodeCollection.Item[String] Property

Definition

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.

Applies to