TypedArray.GetProperties(BindingFlags) メソッド

定義

Array クラス型のすべてのプロパティに対応するPropertyInfo オブジェクトの配列を取得します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 virtual cli::array <System::Reflection::PropertyInfo ^> ^ GetProperties(System::Reflection::BindingFlags bindingAttr);
public System.Reflection.PropertyInfo[] GetProperties(System.Reflection.BindingFlags bindingAttr);
abstract member GetProperties : System.Reflection.BindingFlags -> System.Reflection.PropertyInfo[]
override this.GetProperties : System.Reflection.BindingFlags -> System.Reflection.PropertyInfo[]
Public Function GetProperties (bindingAttr As BindingFlags) As PropertyInfo()

パラメーター

bindingAttr
BindingFlags

リフレクションによってメンバーの検索を実行する方法を指定する列挙値のビットごとの組み合わせ。

返品

Array クラス型のすべてのプロパティを含むオブジェクトの配列。

実装

適用対象

こちらもご覧ください