次の方法で共有


GlobalScope.GetProperties(BindingFlags) メソッド

定義

グローバル スコープのすべてのプロパティに対応する PropertyInfo オブジェクトの配列を取得します。

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

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

パラメーター

bindingAttr
BindingFlags

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

戻り値

グローバル スコープのすべてのプロパティを含むオブジェクトの配列。

実装

適用対象

こちらもご覧ください