TypedArray.GetProperty 메서드

정의

지정된 이름을 가진 클래스 형식의 Array 속성을 가져옵니다.

오버로드

Name Description
GetProperty(String, BindingFlags)

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

지정된 이름을 가진 클래스 형식의 Array 속성을 가져옵니다.

GetProperty(String, BindingFlags, Binder, Type, Type[], ParameterModifier[])

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

지정한 선택 조건을 사용하여 지정된 이름을 가진 클래스 형식의 속성을 Array 가져옵니다.

GetProperty(String, BindingFlags)

지정된 이름을 가진 클래스 형식의 Array 속성을 가져옵니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 virtual System::Reflection::PropertyInfo ^ GetProperty(System::String ^ name, System::Reflection::BindingFlags bindingAttr);
public System.Reflection.PropertyInfo GetProperty(string name, System.Reflection.BindingFlags bindingAttr);
abstract member GetProperty : string * System.Reflection.BindingFlags -> System.Reflection.PropertyInfo
override this.GetProperty : string * System.Reflection.BindingFlags -> System.Reflection.PropertyInfo
Public Function GetProperty (name As String, bindingAttr As BindingFlags) As PropertyInfo

매개 변수

name
String

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

bindingAttr
BindingFlags

리플렉션을 통해 멤버 검색을 수행하는 방법을 지정하는 열거형 값의 비트 조합입니다.

반품

지정된 이름을 가진 속성(있는 경우)입니다. 그렇지 않으면 null입니다.

구현

추가 정보

적용 대상

GetProperty(String, BindingFlags, Binder, Type, Type[], ParameterModifier[])

지정한 선택 조건을 사용하여 지정된 이름을 가진 클래스 형식의 속성을 Array 가져옵니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 virtual System::Reflection::PropertyInfo ^ GetProperty(System::String ^ name, System::Reflection::BindingFlags bindingAttr, System::Reflection::Binder ^ binder, Type ^ returnType, cli::array <Type ^> ^ types, cli::array <System::Reflection::ParameterModifier> ^ modifiers);
public System.Reflection.PropertyInfo GetProperty(string name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, Type returnType, Type[] types, System.Reflection.ParameterModifier[] modifiers);
abstract member GetProperty : string * System.Reflection.BindingFlags * System.Reflection.Binder * Type * Type[] * System.Reflection.ParameterModifier[] -> System.Reflection.PropertyInfo
override this.GetProperty : string * System.Reflection.BindingFlags * System.Reflection.Binder * Type * Type[] * System.Reflection.ParameterModifier[] -> System.Reflection.PropertyInfo
Public Function GetProperty (name As String, bindingAttr As BindingFlags, binder As Binder, returnType As Type, types As Type(), modifiers As ParameterModifier()) As PropertyInfo

매개 변수

name
String

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

bindingAttr
BindingFlags

리플렉션을 통해 멤버 검색을 수행하는 방법을 지정하는 열거형 값의 비트 조합입니다.

binder
Binder

실제 인수 형식에서 정식 인수 형식으로 형식 변환을 수행하는 개체입니다.

returnType
Type

속성에 있어야 하는 반환 값의 형식입니다.

types
Type[]

검색할 속성의 인덱스 형식입니다. 클래스의 인덱서와 같은 인덱스 속성에 사용됩니다.

modifiers
ParameterModifier[]

바인딩이 형식이 수정된 매개 변수 서명과 함께 작동할 수 있도록 하는 매개 변수 한정자의 배열입니다.

반품

지정된 이름을 가진 속성(있는 경우)입니다. 그렇지 않으면 null입니다.

구현

추가 정보

적용 대상