次の方法で共有


TypeDescriptor.GetComponentName メソッド

指定したコンポーネントの名前を取得します。

オーバーロードの一覧

既定の型記述子を使用して、指定したコンポーネントの名前を取得します。

[Visual Basic] Overloads Public Shared Function GetComponentName(Object) As String

[C#] public static string GetComponentName(object);

[C++] public: static String* GetComponentName(Object*);

[JScript] public static function GetComponentName(Object) : String;

カスタムの型記述子を使用して、指定したコンポーネントの名前を取得します。

[Visual Basic] Overloads Public Shared Function GetComponentName(Object, Boolean) As String

[C#] public static string GetComponentName(object, bool);

[C++] public: static String* GetComponentName(Object*, bool);

[JScript] public static function GetComponentName(Object, Boolean) : String;

参照

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