IVsDataReader.GetItem 메서드 (String)

클래스에서 구현할 때 현재 데이터 블록에 지정 된 이름의 데이터 항목의 값을 검색 합니다.

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

구문

‘선언
Function GetItem ( _
    name As String _
) As Object
Object GetItem(
    string name
)
Object^ GetItem(
    String^ name
)
abstract GetItem : 
        name:string -> Object
function GetItem(
    name : String
) : Object

매개 변수

  • name
    형식: String

    현재 블록을 검색 하는 데이터 항목의 이름입니다.

반환 값

형식: Object
지정 된 이름 가진 항목의 문자열 값입니다.

.NET Framework 보안

참고 항목

참조

IVsDataReader 인터페이스

GetItem 오버로드

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