CommonCommandIds.GroupId-Eigenschaft
Die folgenden Ausführungen gelten für v2.
Ruft den allgemeinen Befehl GroupId ab. Kann an ICommandTarget übergeben werden.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Shared Property GroupId As Guid
Get
Private Set
'Usage
Dim value As Guid
value = CommonCommandIds.GroupId
public static Guid GroupId { get; private set; }
public:
static property Guid GroupId {
Guid get ();
private: void set (Guid value);
}
static member GroupId : Guid with get, private set
static function get GroupId () : Guid
private static function set GroupId (value : Guid)
Eigenschaftswert
Typ: System.Guid
Der allgemeine Befehl GroupId.