AxHost.ICustomTypeDescriptor.GetComponentName 方法

定义

返回当前对象的名称。

 virtual System::String ^ System.ComponentModel.ICustomTypeDescriptor.GetComponentName() = System::ComponentModel::ICustomTypeDescriptor::GetComponentName;
string ICustomTypeDescriptor.GetComponentName ();
abstract member System.ComponentModel.ICustomTypeDescriptor.GetComponentName : unit -> string
override this.System.ComponentModel.ICustomTypeDescriptor.GetComponentName : unit -> string
Function GetComponentName () As String Implements ICustomTypeDescriptor.GetComponentName

返回

String

在所有情况下均返回 null

实现

注解

使用默认名称,而不是方法返回的值 ICustomTypeDescriptor.GetComponentName

适用于