TypeConverter.GetPropertiesSupported メソッド ()
オブジェクトがプロパティをサポートしているかどうかを示す値を返します。
Overloads Public Function GetPropertiesSupported() As Boolean
[C#]
public bool GetPropertiesSupported();
[C++]
public: bool GetPropertiesSupported();
[JScript]
public function GetPropertiesSupported() : Boolean;
戻り値
オブジェクトのプロパティを見つけるために GetProperties を呼び出す必要がある場合は true 。それ以外の場合は false 。
解説
このクラスに実装されると、このメソッドは常に false を返します。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
TypeConverter クラス | TypeConverter メンバ | System.ComponentModel 名前空間 | TypeConverter.GetPropertiesSupported オーバーロードの一覧