共用方式為


ICommandId.GroupId 屬性

適用於版本2

取得命令的群組識別碼。

命名空間:  Microsoft.WebMatrix.Extensibility
組件:  Microsoft.WebMatrix.Extensibility (在 Microsoft.WebMatrix.Extensibility.dll 中)

語法

'宣告
ReadOnly Property GroupId As Guid 
    Get
'用途
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

屬性值

型別:System.Guid
命令的群組識別碼。

請參閱

參考

ICommandId 介面

Microsoft.WebMatrix.Extensibility 命名空間