この TypeDelegator で定義されているプロパティを表す PropertyInfo オブジェクトの配列を返します。
Overrides Overloads Public Function GetProperties( _
ByVal bindingAttr As BindingFlags _) As PropertyInfo() Implements IReflect.GetProperties
[C#]
public override PropertyInfo[] GetProperties(BindingFlagsbindingAttr);
[C++]
public: PropertyInfo* GetProperties(BindingFlagsbindingAttr) [];
[JScript]
public override function GetProperties(
bindingAttr : BindingFlags) : PropertyInfo[];
パラメータ
- bindingAttr
検索の実行方法に影響を与えるビットマスク。この値は、 BindingFlags の 0 個以上のビット フラグの組み合わせです。
戻り値
この TypeDelegator で定義されているプロパティを表す PropertyInfo オブジェクトの配列。
実装
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
TypeDelegator クラス | TypeDelegator メンバ | System.Reflection 名前空間 | TypeDelegator.GetProperties オーバーロードの一覧