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
類型:Object必要項。 GetClassCommandHandlerDesc 所傳回的事件命令描述物件。
傳回值
類型:Object
指定清單中的命令數。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。