DataViewBrowseObject.IReflect.GetProperties メソッド

指定した結合の制約を使用して、現在のインスタンスの型のすべてのプロパティを取得します。

名前空間:  Microsoft.VisualStudio.Data.Framework
アセンブリ:  Microsoft.VisualStudio.Data.Framework (Microsoft.VisualStudio.Data.Framework.dll 内)

構文

'宣言
Private Function GetProperties ( _
    bindingAttr As BindingFlags _
) As PropertyInfo() Implements IReflect.GetProperties
PropertyInfo[] IReflect.GetProperties(
    BindingFlags bindingAttr
)
private:
virtual array<PropertyInfo^>^ GetProperties(
    BindingFlags bindingAttr
) sealed = IReflect::GetProperties
private abstract GetProperties : 
        bindingAttr:BindingFlags -> PropertyInfo[] 
private override GetProperties : 
        bindingAttr:BindingFlags -> PropertyInfo[] 
JScript では、明示的なインターフェイスの実装はサポートされません。

パラメーター

  • bindingAttr
    型 : System.Reflection.BindingFlags
    空の配列を返すために一つ以上の BindingFlags で構成されるビットマスク検索がどのように実行されるかを指定する、またはゼロ。

戻り値

型 : array<System.Reflection.PropertyInfo[]
PropertyInfo の配列はオブジェクト。指定した結合の制約と一致する現在のインスタンスの型のすべてのプロパティを表します。現在のインスタンスの型にプロパティがないか、プロパティはいずれも、結合の制約と一致しない場合、戻り値の型 PropertyInfoの空の配列。

実装

IReflect.GetProperties(BindingFlags)

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

関連項目

DataViewBrowseObject クラス

Microsoft.VisualStudio.Data.Framework 名前空間