次の方法で共有


TypeConverter.GetPropertiesSupported メソッド

オブジェクトがプロパティをサポートしているかどうかを示す値を返します。

オーバーロードの一覧

オブジェクトがプロパティをサポートしているかどうかを示す値を返します。

[Visual Basic] Overloads Public Function GetPropertiesSupported() As Boolean

[C#] public bool GetPropertiesSupported();

[C++] public: bool GetPropertiesSupported();

[JScript] public function GetPropertiesSupported() : Boolean;

指定したコンテキストを使用して、オブジェクトがプロパティをサポートしているかどうかを示す値を返します。

[Visual Basic] Overloads Public Overridable Function GetPropertiesSupported(ITypeDescriptorContext) As Boolean

[C#] public virtual bool GetPropertiesSupported(ITypeDescriptorContext);

[C++] public: virtual bool GetPropertiesSupported(ITypeDescriptorContext*);

[JScript] public function GetPropertiesSupported(ITypeDescriptorContext) : Boolean;

参照

TypeConverter クラス | TypeConverter メンバ | System.ComponentModel 名前空間