Events.CommandEvents 属性

获取指定命令的 CommandEvents

命名空间:  EnvDTE
程序集:  EnvDTE(在 EnvDTE.dll 中)

语法

声明
ReadOnly Property CommandEvents ( _
    Guid As String, _
    ID As Integer _
) As CommandEvents
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 : 
        Guid:string * 
        ID:int -> CommandEvents with get
JScript 不支持索引属性。

参数

  • Guid
    类型:String

    必选。 命令组的 GUID。 如果 Guid 为 Null 或 Nothing,则 CommandEvents 返回一个表示环境中所有命令的 CommandEvents 对象。

  • ID
    类型:Int32

    必选。 进入特定命令的命令组的索引。 如果 ID 为 Null 或 Nothing,则 CommandEvents 返回一个表示组中所有命令的 CommandEvents 对象。

属性值

类型:EnvDTE.CommandEvents
一个 CommandEvents 对象。

.NET Framework 安全性

请参阅

参考

Events 接口

EnvDTE 命名空间