TypedArray.GetProperties(BindingFlags) 메서드

정의

클래스 형식의 PropertyInfo 모든 속성에 해당하는 개체의 배열을 Array 가져옵니다.

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

public:
 virtual cli::array <System::Reflection::PropertyInfo ^> ^ GetProperties(System::Reflection::BindingFlags bindingAttr);
public System.Reflection.PropertyInfo[] GetProperties(System.Reflection.BindingFlags bindingAttr);
abstract member GetProperties : System.Reflection.BindingFlags -> System.Reflection.PropertyInfo[]
override this.GetProperties : System.Reflection.BindingFlags -> System.Reflection.PropertyInfo[]
Public Function GetProperties (bindingAttr As BindingFlags) As PropertyInfo()

매개 변수

bindingAttr
BindingFlags

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

반품

클래스 형식의 모든 속성을 포함하는 개체의 Array 배열입니다.

구현

적용 대상

추가 정보