CustomTypeDescriptor.GetComponentName 方法

定義

傳回這個型別描述項所表示之類別的名稱。

public:
 virtual System::String ^ GetComponentName();
public virtual string GetComponentName ();
public virtual string? GetComponentName ();
abstract member GetComponentName : unit -> string
override this.GetComponentName : unit -> string
Public Overridable Function GetComponentName () As String

傳回

String,包含這個型別描述項所描述之元件執行個體的名稱。 預設為 null

實作

備註

如果父系自定義型別描述項傳遞至 CustomTypeDescriptor 建構函式,方法 GetComponentName 會呼叫父系的對應方法。

適用於

另請參閱