ICommandId 介面
適用於版本2
定義命令識別碼。
命名空間: Microsoft.WebMatrix.Extensibility
組件: Microsoft.WebMatrix.Extensibility (在 Microsoft.WebMatrix.Extensibility.dll 中)
語法
'宣告
Public Interface ICommandId
'用途
Dim instance As ICommandId
public interface ICommandId
public interface class ICommandId
type ICommandId = interface end
public interface ICommandId
ICommandId 型別公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
GroupId | 取得命令的群組識別碼。 | |
Id | 取得命令的唯一識別碼 (在其群組內)。 | |
InvariantName | 取得 ICommandId 的不變名稱。 |
上層