AccessibleObject.IReflect.GetProperties(BindingFlags) 메서드

정의

모든 public 속성이나 현재 클래스의 모든 속성에 해당하는 PropertyInfo 개체의 배열을 가져옵니다. 이 멤버에 대한 설명은 GetProperties(BindingFlags)를 참조하세요.

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

매개 변수

bindingAttr
BindingFlags

검색을 제어하는 데 사용되는 바인딩 특성입니다.

반환

PropertyInfo[]

리플렉션 개체에 정의된 모든 속성에 대한 PropertyInfo 개체의 배열입니다.

구현

설명

이 멤버는 명시적 인터페이스 멤버 구현이며, AccessibleObject 인스턴스가 IReflect 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.

적용 대상