Freigeben über


ICommandId.GroupId-Eigenschaft

Die folgenden Ausführungen gelten für v2.

Ruft die Gruppen-ID für den Befehl ab.

Namespace:  Microsoft.WebMatrix.Extensibility
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
ReadOnly Property GroupId As Guid 
    Get
'Usage
Dim instance As ICommandId 
Dim value As Guid 

value = instance.GroupId
Guid GroupId { get; }
property Guid GroupId {
    Guid get ();
}
abstract GroupId : Guid
function get GroupId () : Guid

Eigenschaftswert

Typ: System.Guid
Die Gruppen-ID für den Befehl.

Siehe auch

Verweis

ICommandId Schnittstelle

Microsoft.WebMatrix.Extensibility-Namespace