IActionInfo.ActionHandlerMoniker 属性

定义

他被称为与该动作相关的行动处理者。

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

属性值

一个字符串,代表与该动作关联的动作处理程序的名称。

适用于