IVCWizCtlUI.GetCommandDocumentation メソッド
指定されたコマンドの記述または指定されたリスト ボックスでのその他のテキスト入力を取得します。
名前空間: Microsoft.VisualStudio.VsWizard
アセンブリ: Microsoft.VisualStudio.VsWizard (Microsoft.VisualStudio.VsWizard.dll 内)
構文
'宣言
Function GetCommandDocumentation ( _
pDispDesc As Object, _
memid As Object _
) As String
string GetCommandDocumentation(
Object pDispDesc,
Object memid
)
String^ GetCommandDocumentation(
[InAttribute] Object^ pDispDesc,
[InAttribute] Object^ memid
)
abstract GetCommandDocumentation :
pDispDesc:Object *
memid:Object -> string
function GetCommandDocumentation(
pDispDesc : Object,
memid : Object
) : String
パラメーター
- pDispDesc
型: System.Object
必ず指定します。GetClassCommandHandlerDesc で返されるイベント コマンド記述オブジェクト。
- memid
型: System.Object
必ず指定します。pDispDesc で表されるコマンド記述テーブルを指定するインデックス。
戻り値
型: System.String
記述を含む文字列を返します。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。