TypeDelegator.GetPropertyImpl メソッド
アセンブリ: mscorlib (mscorlib.dll 内)

Protected Overrides Function GetPropertyImpl ( _ name As String, _ bindingAttr As BindingFlags, _ binder As Binder, _ returnType As Type, _ types As Type(), _ modifiers As ParameterModifier() _ ) As PropertyInfo
Dim name As String Dim bindingAttr As BindingFlags Dim binder As Binder Dim returnType As Type Dim types As Type() Dim modifiers As ParameterModifier() Dim returnValue As PropertyInfo returnValue = Me.GetPropertyImpl(name, bindingAttr, binder, returnType, types, modifiers)
protected override PropertyInfo GetPropertyImpl ( string name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types, ParameterModifier[] modifiers )
protected: virtual PropertyInfo^ GetPropertyImpl ( String^ name, BindingFlags bindingAttr, Binder^ binder, Type^ returnType, array<Type^>^ types, array<ParameterModifier>^ modifiers ) override
protected PropertyInfo GetPropertyImpl ( String name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types, ParameterModifier[] modifiers )
protected override function GetPropertyImpl ( name : String, bindingAttr : BindingFlags, binder : Binder, returnType : Type, types : Type[], modifiers : ParameterModifier[] ) : PropertyInfo
- binder
バインディング、引数型の強制変換、メンバの呼び出し、およびリフレクションを通じた MemberInfo オブジェクトの取得を有効にするオブジェクト。binder が null 参照 (Visual Basic では Nothing) の場合は、既定のバインダが使用されます。詳細については、Binder のトピックを参照してください。
- types
パラメータ型のリスト。このリストは、パラメータの数、順序、および型を表します。types は null にできません。適切な GetMethod メソッドまたは空の配列を使用して、パラメータなしのメソッドを検索します。
指定した基準と一致するプロパティの PropertyInfo オブジェクト。見つからなかった場合は null。

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からTypeDelegator.GetPropertyImpl メソッドを検索する場合は、下記のリンクをクリックしてください。

- TypeDelegator.GetPropertyImpl メソッドのページへのリンク