IActionInfo.ActionHandlerMoniker プロパティ

定義

アクションハンドラーというあだ名が付けられます。

public:
 property System::String ^ ActionHandlerMoniker { System::String ^ get(); };
public string ActionHandlerMoniker { get; }
member this.ActionHandlerMoniker : string
Public ReadOnly Property ActionHandlerMoniker As String

プロパティ値

アクションに関連するアクションハンドラの名称を表す文字列です。

適用対象