TypeDelegator.GetProperties(BindingFlags) メソッド

定義

現在の TypeDelegator によってラップされている型のプロパティを表す PropertyInfo オブジェクトの配列を返します。

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

検索の実行方法に影響を与えるビットマスク。 この値は、BindingFlags の 0 個以上のビット フラグの組み合わせです。

戻り値

PropertyInfo[]

この TypeDelegator で定義されているプロパティを表す PropertyInfo オブジェクトの配列。

適用対象