IReflect.GetProperty メソッド (String, BindingFlags, Binder, Type, Type[], ParameterModifier )
指定した検索制約で、指定したプロパティに対応する PropertyInfo オブジェクトを取得します。
Function GetProperty( _
ByVal name As String, _ ByVal bindingAttr As BindingFlags, _ ByVal binder As Binder, _ ByVal returnType As Type, _ ByVal types() As Type, _ ByVal modifiers() As ParameterModifier _) As PropertyInfo
[C#]
PropertyInfo GetProperty(
stringname,BindingFlagsbindingAttr,Binderbinder,TypereturnType,Type[] types,ParameterModifier[] modifiers);
[C++]
PropertyInfo* GetProperty(
String* name,BindingFlagsbindingAttr,Binder* binder,Type* returnType,Type* types[],ParameterModifiermodifiers[]);
[JScript]
function GetProperty(
name : String,bindingAttr : BindingFlags,binder : Binder,returnType : Type,types : Type[],modifiers : ParameterModifier[]) : PropertyInfo;
パラメータ
- name
検索対象のメンバの名前。 - bindingAttr
検索の制御に使用されるバインディング属性。 - binder
このメソッドに関連するプロパティが含まれ、 Binder を実装するオブジェクト。 - returnType
プロパティの型。 - types
同じ名前のオーバーロードされたメソッドからの選択に使用する配列。 - modifiers
パラメータ修飾子の選択に使用する配列。
戻り値
指定した名前のプロパティがこのリフレクション オブジェクトで見つかった場合は、見つかったプロパティの PropertyInfo オブジェクト。プロパティが見つからなかった場合は null 参照 (Visual Basic では Nothing) 。
解説
このメソッドは、指定した検索制約の下で、指定したプロパティに対応する PropertyInfo オブジェクトを取得します。型の配列は、オーバーロードされたメソッドからの選択に使用します。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
IReflect インターフェイス | IReflect メンバ | System.Reflection 名前空間 | IReflect.GetProperty オーバーロードの一覧 | ParameterModifier | Type | Binder | BindingFlags