次の方法で共有


TypeDescriptor.GetProperties メソッド (Object, Boolean)

既定の型記述子を使用して、指定したコンポーネントのプロパティのコレクションを取得します。

Overloads Public Shared Function GetProperties( _
   ByVal component As Object, _   ByVal noCustomTypeDesc As Boolean _) As PropertyDescriptorCollection
[C#]
public static PropertyDescriptorCollection GetProperties(objectcomponent,boolnoCustomTypeDesc);
[C++]
public: static PropertyDescriptorCollection* GetProperties(Object* component,boolnoCustomTypeDesc);
[JScript]
public static function GetProperties(
   component : Object,noCustomTypeDesc : Boolean) : PropertyDescriptorCollection;

パラメータ

  • component
    プロパティを取得する対象のコンポーネント。
  • noCustomTypeDesc
    ICustomTypeDescriptor のインスタンスが TypeDescriptor を呼び出す場合は true 。それ以外の場合は false

戻り値

指定したコンポーネントのプロパティを格納している PropertyDescriptorCollection

例外

例外の種類 条件
ArgumentNullException component パラメータが null 参照 (Visual Basic では Nothing) です。

解説

component パラメータで指定されたコンポーネントが配置された場合、その場所に応じてプロパティが追加または削除されるため、component パラメータのコンポーネントのプロパティは、クラスのプロパティとは異なる場合があります。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET

参照

TypeDescriptor クラス | TypeDescriptor メンバ | System.ComponentModel 名前空間 | TypeDescriptor.GetProperties オーバーロードの一覧 | TypeDescriptor | EventDescriptor | PropertyDescriptor | PropertyDescriptorCollection | ICustomTypeDescriptor