IVCWizCtlUI.GetCommandCount 方法
获取指定列表中的命令数。
命名空间: Microsoft.VisualStudio.VsWizard
程序集: Microsoft.VisualStudio.VsWizard(在 Microsoft.VisualStudio.VsWizard.dll 中)
语法
声明
Function GetCommandCount ( _
pDispDesc As Object _
) As Object
Object GetCommandCount(
Object pDispDesc
)
Object^ GetCommandCount(
[InAttribute] Object^ pDispDesc
)
abstract GetCommandCount :
pDispDesc:Object -> Object
function GetCommandCount(
pDispDesc : Object
) : Object
参数
- pDispDesc
类型:System.Object
必需。由 GetClassCommandHandlerDesc 返回的事件命令描述对象。
返回值
类型:System.Object
指定列表中的命令数。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。