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

コンポーネントの名前。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、DynamicActivity のインスタンスが ICustomTypeDescriptor インターフェイスにキャストされる場合のみ、使用できます。

適用対象