CommandBarPopup.OnAction Eigenschaft

Definition

Ruft die OnAction-Zeichenfolge ab oder legt diese fest.

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

Eigenschaftswert

String

Die Zeichenfolge.

Implementiert

Attribute

Hinweise

Da es sich bei einem Popup nicht um eine handelt CommandBarButton , löst diese Methode Folgendes aus COMException : "Member nicht gefunden. (Ausnahme von HRESULT: 0x80020003 (DISP_E_MEMBERNOTFOUND)) ".

Gilt für