다음을 통해 공유


DataViewBrowseObject.IReflect.GetProperty 메서드 (String, BindingFlags, Binder, Type, array<Type[], array<ParameterModifier[])

지정 된 인수 형식 및 한정자를 지정 된 바인딩 제약 조건을 사용 하 여 현재 인스턴스의 형식에 대해 일치 하는 매개 변수를 가진 지정된 된 public 속성을 검색 합니다.

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

구문

‘선언
Private Function GetProperty ( _
    name As String, _
    bindingAttr As BindingFlags, _
    binder As Binder, _
    returnType As Type, _
    types As Type(), _
    modifiers As ParameterModifier() _
) As PropertyInfo Implements IReflect.GetProperty
PropertyInfo IReflect.GetProperty(
    string name,
    BindingFlags bindingAttr,
    Binder binder,
    Type returnType,
    Type[] types,
    ParameterModifier[] modifiers
)
private:
virtual PropertyInfo^ GetProperty(
    String^ name, 
    BindingFlags bindingAttr, 
    Binder^ binder, 
    Type^ returnType, 
    array<Type^>^ types, 
    array<ParameterModifier>^ modifiers
) sealed = IReflect::GetProperty
private abstract GetProperty : 
        name:string * 
        bindingAttr:BindingFlags * 
        binder:Binder * 
        returnType:Type * 
        types:Type[] * 
        modifiers:ParameterModifier[] -> PropertyInfo  
private override GetProperty : 
        name:string * 
        bindingAttr:BindingFlags * 
        binder:Binder * 
        returnType:Type * 
        types:Type[] * 
        modifiers:ParameterModifier[] -> PropertyInfo
JScript에서는 명시적 인터페이스 구현을 지원하지 않습니다.

매개 변수

  • name
    형식: String

    가져올 속성의 이름입니다.

  • bindingAttr
    형식: BindingFlags

    하나 이상을 이루어져 비트 마스크 BindingFlags 방법을 검색 수행 또는 빈 배열을 반환 하려면 0을 지정 하는.

  • binder
    형식: Binder

    A Binder 속성 집합을 정의 하 고 바인딩, 인수 형식의 강제 변환; 리플렉션을 통해 멤버를 호출 하 고 오버 로드 된 메서드를 활성화 하는 활성화 개체 or nullNull 참조(Visual Basic의 경우 Nothing) to use the DefaultBinder.

  • returnType
    형식: Type

    속성의 반환 형식입니다.

  • types
    형식: array<Type[]

    배열을 Type 번호, 순서 및 형식의 인덱싱된 속성을 또는 빈 매개 변수를 나타내는 Type 인덱싱되지 않은 속성을 배열 합니다.

  • modifiers
    형식: array<ParameterModifier[]

    배열을 ParameterModifier 형식 배열의 해당 요소와 연관 된 특성을 나타내는 개체입니다. 기본 바인더에서는 이 매개 변수를 처리하지 않습니다.

반환 값

형식: PropertyInfo
A PropertyInfo 그렇지 않으면 현재 인스턴스의 경우 지정된 된 요구 사항과 일치 하는 형식에 대해 지정된 된 속성을 나타내는 개체 그렇지 않으면 반환 nullNull 참조(Visual Basic의 경우 Nothing).

구현

IReflect.GetProperty(String, BindingFlags, Binder, Type, Type, ParameterModifier)

.NET Framework 보안

참고 항목

참조

DataViewBrowseObject 클래스

GetProperty 오버로드

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