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

Public MustOverride Function SelectProperty ( _ bindingAttr As BindingFlags, _ match As PropertyInfo(), _ returnType As Type, _ indexes As Type(), _ modifiers As ParameterModifier() _ ) As PropertyInfo
Dim instance As Binder Dim bindingAttr As BindingFlags Dim match As PropertyInfo() Dim returnType As Type Dim indexes As Type() Dim modifiers As ParameterModifier() Dim returnValue As PropertyInfo returnValue = instance.SelectProperty(bindingAttr, match, returnType, indexes, modifiers)
public abstract PropertyInfo SelectProperty ( BindingFlags bindingAttr, PropertyInfo[] match, Type returnType, Type[] indexes, ParameterModifier[] modifiers )
public: virtual PropertyInfo^ SelectProperty ( BindingFlags bindingAttr, array<PropertyInfo^>^ match, Type^ returnType, array<Type^>^ indexes, array<ParameterModifier>^ modifiers ) abstract
public abstract PropertyInfo SelectProperty ( BindingFlags bindingAttr, PropertyInfo[] match, Type returnType, Type[] indexes, ParameterModifier[] modifiers )
public abstract function SelectProperty ( bindingAttr : BindingFlags, match : PropertyInfo[], returnType : Type, indexes : Type[], modifiers : ParameterModifier[] ) : PropertyInfo
戻り値
基準に一致するプロパティを保持している PropertyInfo オブジェクト。


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


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

- Binder.SelectProperty メソッドのページへのリンク