AxHost.ICustomTypeDescriptor.GetComponentName Method

Definition

Returns the name of the current object.

 virtual System::String ^ System.ComponentModel.ICustomTypeDescriptor.GetComponentName() = System::ComponentModel::ICustomTypeDescriptor::GetComponentName;
string 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

Returns

Returns null in all cases.

Implements

Remarks

Use the default name instead of the value that the ICustomTypeDescriptor.GetComponentName method returns.

Applies to