DynamicActivity<TResult>.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

返回

组件名称。

实现

注解

此成员是显式接口成员的实现。 它只能在 DynamicActivity<TResult> 实例被强制转换为 ICustomTypeDescriptor 接口时使用。

适用于