IVsDataExplorerChildNodeCollection Interface

Definition

Important

This API is not CLS-compliant.

Represents the collection of connection node objects in Server Explorer in Visual Studio.

public interface class IVsDataExplorerChildNodeCollection : System::Collections::Generic::ICollection<Microsoft::VisualStudio::Data::Services::IVsDataExplorerNode ^>, System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Data::Services::IVsDataExplorerNode ^>, System::Collections::Generic::IList<Microsoft::VisualStudio::Data::Services::IVsDataExplorerNode ^>
[System.CLSCompliant(false)]
public interface IVsDataExplorerChildNodeCollection : System.Collections.Generic.ICollection<Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode>, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode>, System.Collections.Generic.IList<Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode>
[<System.CLSCompliant(false)>]
type IVsDataExplorerChildNodeCollection = interface
    interface IList<IVsDataExplorerNode>
    interface ICollection<IVsDataExplorerNode>
    interface seq<IVsDataExplorerNode>
    interface IEnumerable
Public Interface IVsDataExplorerChildNodeCollection
Implements ICollection(Of IVsDataExplorerNode), IEnumerable(Of IVsDataExplorerNode), IList(Of IVsDataExplorerNode)
Attributes
Implements

Properties

Item[String]

Gets the connection node with the specified name in Server Explorer.

Methods

Contains(Int32)

Indicates whether Server Explorer contains a connection node corresponding to the specified data object identifier.

Contains(IVsDataObject)

Indicates whether Server Explorer contains a connection node corresponding to the specified data object.

Contains(String)

Indicates whether Server Explorer contains a connection node corresponding to the specified name.

Contains(String, Object[])

Indicates whether Server Explorer contains a connection node corresponding to the specified type name and identifiers.

Find(IVsDataObject)

Retrieves the specified connection node.

Find(String, Object[])

Retrieves a connection node corresponding to the specified type name and identifiers.

IndexOf(Int32)

Retrieves the index of the connection node corresponding to the specified data object identifier.

IndexOf(IVsDataObject)

Retrieves the index of the connection node corresponding to the specified data object.

IndexOf(String)

Retrieves the index of the connection node corresponding to the specified name.

IndexOf(String, Object[])

Retrieves the index of the connection node corresponding to the specified name type name and identifiers.

Extension Methods

EmptyIfNull<T>(IEnumerable<T>)

Applies to