更新 : 2007 年 11 月
この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
マイクロソフト内部でのみ使用。
名前空間 : VSLangProj
アセンブリ : VSLangProj (VSLangProj.dll 内)
構文
'宣言
Sub Exec ( _
command As prjExecCommand, _
bSuppressUI As Integer, _
varIn As Object, _
<OutAttribute> ByRef pVarOut As Object _
)
'使用
Dim instance As VSProject
Dim command As prjExecCommand
Dim bSuppressUI As Integer
Dim varIn As Object
Dim pVarOut As Object
instance.Exec(command, bSuppressUI, varIn, _
pVarOut)
void Exec(
prjExecCommand command,
int bSuppressUI,
Object varIn,
out Object pVarOut
)
void Exec(
[InAttribute] prjExecCommand command,
int bSuppressUI,
[InAttribute] Object^ varIn,
[OutAttribute] Object^% pVarOut
)
function Exec(
command : prjExecCommand,
bSuppressUI : int,
varIn : Object,
pVarOut : Object
)
パラメータ
command
型 : VSLangProj.prjExecCommand
bSuppressUI
型 : System.Int32
varIn
型 : System.Object
pVarOut
型 : System.Object%
アクセス許可
- 直前の呼び出し元に対する完全な信頼。このメンバは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。