次の方法で共有


TypedArray.GetProperties(BindingFlags) メソッド

定義

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

この 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 クラス型のすべてのプロパティを含むオブジェクトの配列。

実装

適用対象

こちらもご覧ください