IVsDataObjectCollection 인터페이스

정의

개체 저장소에서 선택한 데이터 개체의 컬렉션을 나타냅니다.

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)
구현

속성

Item[Object[]]

지정된 식별자와 일치하는 데이터 개체인 컬렉션에서 가져옵니다.

Item[String]

컬렉션에서 지정된 식별자와 일치하는 데이터 개체를 가져옵니다.

메서드

Contains(Object[])

데이터 개체의 컬렉션에 지정된 식별자에 해당하는 데이터 개체가 포함되어 있는지 여부를 나타냅니다.

Contains(String)

데이터 개체의 컬렉션에 지정된 식별자에 해당하는 데이터 개체가 포함되어 있는지 여부를 나타냅니다.

IndexOf(Object[])

컬렉션에서 지정된 식별자와 일치하는 데이터 개체의 인덱스 를 반환합니다.

IndexOf(String)

컬렉션에서 지정된 식별자와 일치하는 데이터 개체의 인덱스 를 반환합니다.

확장 메서드

EmptyIfNull<T>(IEnumerable<T>)

null이 아닌 경우 이 열거형을 반환합니다. null인 경우 빈 열거형을 반환합니다.

적용 대상