IReflect.GetProperty メソッド
指定したプロパティに対応する PropertyInfo オブジェクトを取得します。
オーバーロードの一覧
指定した検索制約の下で、指定したプロパティに対応する PropertyInfo オブジェクトを取得します。
[Visual Basic] Overloads Function GetProperty(String, BindingFlags) As PropertyInfo
[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[]);