指定したコンポーネントのプロパティを取得します。
オーバーロードの一覧
指定したコンポーネントのプロパティを取得します。
[Visual Basic] Overloads Public Overridable Function GetProperties(Object) As PropertyDescriptorCollection
[C#] public virtual PropertyDescriptorCollection GetProperties(object);
[C++] public: virtual PropertyDescriptorCollection* GetProperties(Object*);
[JScript] public function GetProperties(Object) : PropertyDescriptorCollection;
指定した属性に一致する指定したコンポーネントのプロパティを取得します。
[Visual Basic] Overloads Public MustOverride Function GetProperties(Object, Attribute()) As PropertyDescriptorCollection
[C#] public abstract PropertyDescriptorCollection GetProperties(object, Attribute[]);
[C++] public: virtual PropertyDescriptorCollection* GetProperties(Object*, Attribute[]) = 0;
[JScript] public abstract function GetProperties(Object, Attribute[]) : PropertyDescriptorCollection;
指定した属性とコンテキストに一致する指定したコンポーネントのプロパティを取得します。
[Visual Basic] Overloads Public Overridable Function GetProperties(ITypeDescriptorContext, Object, Attribute()) As PropertyDescriptorCollection
参照
PropertyTab クラス | PropertyTab メンバ | System.Windows.Forms.Design 名前空間