RibbonButton.CommandId-Eigenschaft
Die folgenden Ausführungen gelten für v2.
Ruft die Befehls-ID ab, die beim Klicken auf die Schaltfläche aufgerufen werden soll, bzw. legt diese fest.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Property CommandId As ICommandId
Get
Private Set
'Usage
Dim instance As RibbonButton
Dim value As ICommandId
value = instance.CommandId
public ICommandId CommandId { get; private set; }
public:
property ICommandId^ CommandId {
ICommandId^ get ();
private: void set (ICommandId^ value);
}
member CommandId : ICommandId with get, private set
function get CommandId () : ICommandId
private function set CommandId (value : ICommandId)
Eigenschaftswert
Typ: Microsoft.WebMatrix.Extensibility.ICommandId
Die Befehls-ID, die beim Klicken auf die Schaltfläche aufgerufen werden soll.