AccessibleObject.IReflect.GetProperties(BindingFlags) 方法

定義

取得 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 物件陣列,定義於反映物件上。

實作

備註

這個成員是明確介面成員實作, 只有在 AccessibleObject 執行個體轉換成 IReflect 介面時,才能使用這個成員。

適用於