IVsDataObjectCollection.Item 속성 (String)

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

네임스페이스:  Microsoft.VisualStudio.Data.Services
어셈블리:  Microsoft.VisualStudio.Data.Services(Microsoft.VisualStudio.Data.Services.dll)

구문

‘선언
ReadOnly Default Property Item ( _
    identifier As String _
) As IVsDataObject
IVsDataObject this[
    string identifier
] { get; }
property IVsDataObject^ default[String^ identifier] {
    IVsDataObject^ get (String^ identifier);
}
abstract Item : 
        identifier:string -> IVsDataObject with get
JScript에서는 인덱싱된 속성을 지원하지 않습니다.

매개 변수

  • identifier
    형식: String

    고유 하 게 식별 하는 식별자 부분을 포함 하는 문자열 데이터 개체에서 요청한 구분 기호 문자로 구분 합니다.

속성 값

형식: Microsoft.VisualStudio.Data.Services.IVsDataObject
IVsDataObject 개체를 지정 된 식별자에 해당 합니다.

.NET Framework 보안

참고 항목

참조

IVsDataObjectCollection 인터페이스

Item 오버로드

Microsoft.VisualStudio.Data.Services 네임스페이스