ICommandId.GroupId 属性
适用于版本2
获取命令的组 ID。
命名空间: 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
命令的组 ID。