Partager via


IVsDataExplorerChildNodeCollection Interface

Définition

Important

Cette API n’est pas conforme CLS.

Représente une collection de nœuds de connexion de l’Explorateur de données enfants.

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>
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
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)
Attributs
Implémente

Propriétés

Item[String]

Obtient le nœud de connexion avec le nom spécifié dans Server Explorer.

Méthodes

Contains(Int32)

Indique si server Explorer contient un nœud de connexion correspondant à l’identificateur d’objet de données spécifié.

Contains(IVsDataObject)

Indique si Server Explorer contient un nœud de connexion correspondant à l’objet de données spécifié.

Contains(String)

Indique si Server Explorer contient un nœud de connexion correspondant au nom spécifié.

Contains(String, Object[])

Indique si Server Explorer contient un nœud de connexion correspondant au nom de type et aux identificateurs spécifiés.

Find(IVsDataObject)

Récupère le nœud de connexion spécifié.

Find(String, Object[])

Récupère un nœud de connexion correspondant au nom de type et aux identificateurs spécifiés.

IndexOf(Int32)

Récupère l’index du nœud de connexion correspondant à l’identificateur d’objet de données spécifié.

IndexOf(IVsDataObject)

Récupère l’index du nœud de connexion correspondant à l’objet de données spécifié.

IndexOf(String)

Récupère l’index du nœud de connexion correspondant au nom spécifié.

IndexOf(String, Object[])

Récupère l’index du nœud de connexion correspondant au nom de type de nom et aux identificateurs spécifiés.

Méthodes d’extension

EmptyIfNull<T>(IEnumerable<T>)

Retourne cette énumération au cas où elle n’est pas null. Dans le cas où il est null, retournez l’énumération vide.

S’applique à