CommandBarPopup.OnAction Propriedade

Definição

Obtém ou define a cadeia de caracteres OnAction.

public:
 property System::String ^ OnAction { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ OnAction { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(1610874906)]
public string OnAction { [System.Runtime.InteropServices.DispId(1610874906)] get; [System.Runtime.InteropServices.DispId(1610874906)] set; }
[<System.Runtime.InteropServices.DispId(1610874906)>]
[<get: System.Runtime.InteropServices.DispId(1610874906)>]
[<set: System.Runtime.InteropServices.DispId(1610874906)>]
member this.OnAction : string with get, set
Public Property OnAction As String

Valor da propriedade

String

A cadeia de caracteres.

Implementações

Atributos

Comentários

Como um Popup não é um CommandBarButton , esse método gera um COMException : "membro não encontrado. (Exceção de HRESULT: 0x80020003 (DISP_E_MEMBERNOTFOUND)) ".

Aplica-se a