Partager via


IVsDataObjectCollection Interface

Définition

Représente une collection d’objets de données sélectionnés dans un magasin d’objets.

public interface class IVsDataObjectCollection : System::Collections::Generic::ICollection<Microsoft::VisualStudio::Data::Services::IVsDataObject ^>, System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Data::Services::IVsDataObject ^>, System::Collections::Generic::IList<Microsoft::VisualStudio::Data::Services::IVsDataObject ^>
public interface IVsDataObjectCollection : System.Collections.Generic.ICollection<Microsoft.VisualStudio.Data.Services.IVsDataObject>, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Data.Services.IVsDataObject>, System.Collections.Generic.IList<Microsoft.VisualStudio.Data.Services.IVsDataObject>
type IVsDataObjectCollection = interface
    interface IList<IVsDataObject>
    interface ICollection<IVsDataObject>
    interface seq<IVsDataObject>
    interface IEnumerable
Public Interface IVsDataObjectCollection
Implements ICollection(Of IVsDataObject), IEnumerable(Of IVsDataObject), IList(Of IVsDataObject)
Implémente

Propriétés

Item[Object[]]

Obtient à partir de la collection, l’objet de données qui correspond à l’identificateur spécifié.

Item[String]

Obtient de la collection l’objet de données qui correspond à l’identificateur spécifié.

Méthodes

Contains(Object[])

Indique si la collection d’objets de données contient un objet de données correspondant à l’identificateur spécifié.

Contains(String)

Indique si la collection d’objets de données contient un objet de données correspondant à l’identificateur spécifié.

IndexOf(Object[])

Retourne l’index de l’objet de données dans la collection qui correspond à l’identificateur spécifié.

IndexOf(String)

Retourne l’index de l’objet de données dans la collection qui correspond à l’identificateur spécifié.

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 à