CommandBarPopup.OnAction Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
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)) ".