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 将调用父级的相应方法。

适用于

另请参阅