共用方式為


Events.CommandEvents 屬性

取得指定命令的 CommandEvents

命名空間:  EnvDTE
組件:  EnvDTE (在 EnvDTE.dll 中)

語法

'宣告
ReadOnly Property CommandEvents ( _
    Guid As String, _
    ID As Integer _
) As CommandEvents
    Get
CommandEvents this[
    string Guid,
    int ID
] { get; }
property CommandEvents^ CommandEvents[[InAttribute] String^ Guid, [InAttribute] int ID] {
    CommandEvents^ get ([InAttribute] String^ Guid, [InAttribute] int ID);
}
abstract CommandEvents : CommandEvents
JScript 不支援索引屬性。

參數

  • Guid
    型別:System.String
    必要項。該命令群組的 GUID。如果 Guid 是 Null 或 Nothing,則 CommandEvents 會傳回代表環境中所有命令的 CommandEvents 物件。
  • ID
    型別:System.Int32
    必要項。特定命令對命令群組的索引。如果 ID 是 Null 或 Nothing,則 CommandEvents 會傳回代表群組中所有命令的 CommandEvents 物件。

屬性值

型別:EnvDTE.CommandEvents
CommandEvents 物件。

.NET Framework 安全性

請參閱

參考

Events 介面

EnvDTE 命名空間