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 インターフェイスにキャストされる場合のみ、使用できます。

適用対象