TypeDelegator.GetProperties(BindingFlags) 메서드

정의

현재 PropertyInfo로 래핑된 형식의 속성을 나타내는 TypeDelegator 개체의 배열을 반환합니다.

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

매개 변수

bindingAttr
BindingFlags

검색 수행 방법에 영향을 주는 비트 마스크입니다. 이 값은 0이나 BindingFlags의 여러 비트 플래그의 조합으로 구성됩니다.

반환

PropertyInfo에 정의된 속성을 나타내는 TypeDelegator 개체의 배열입니다.

적용 대상