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 セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。