次の方法で共有


IReflect.GetProperty メソッド

指定したプロパティに対応する PropertyInfo オブジェクトを取得します。

オーバーロードの一覧

指定した検索制約の下で、指定したプロパティに対応する PropertyInfo オブジェクトを取得します。

[Visual Basic] Overloads Function GetProperty(String, BindingFlags) As PropertyInfo

[C#] PropertyInfo GetProperty(string, BindingFlags);

[C++] PropertyInfo* GetProperty(String*, BindingFlags);

[JScript] function GetProperty(String, BindingFlags) : PropertyInfo;

指定した検索制約で、指定したプロパティに対応する PropertyInfo オブジェクトを取得します。

[Visual Basic] Overloads Function GetProperty(String, BindingFlags, Binder, Type, Type(), ParameterModifier()) As PropertyInfo

[C#] PropertyInfo GetProperty(string, BindingFlags, Binder, Type, Type[], ParameterModifier[]);

[C++] PropertyInfo* GetProperty(String*, BindingFlags, Binder*, Type*, Type[], ParameterModifier[]);

[JScript] function GetProperty(String, BindingFlags, Binder, Type, Type[], ParameterModifier[]) : PropertyInfo;

参照

IReflect インターフェイス | IReflect メンバ | System.Reflection 名前空間