VSProject2.Exec, méthode
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Réservé à un usage interne Microsoft.
Espace de noms : VSLangProj80
Assembly : VSLangProj80 (dans VSLangProj80.dll)
Syntaxe
'Déclaration
Sub Exec ( _
command As prjExecCommand, _
bSuppressUI As Integer, _
varIn As Object, _
<OutAttribute> ByRef pVarOut As Object _
)
void Exec(
prjExecCommand command,
int bSuppressUI,
Object varIn,
out Object pVarOut
)
void Exec(
[InAttribute] prjExecCommand command,
int bSuppressUI,
[InAttribute] Object^ varIn,
[OutAttribute] Object^% pVarOut
)
abstract Exec :
command:prjExecCommand *
bSuppressUI:int *
varIn:Object *
pVarOut:Object byref -> unit
function Exec(
command : prjExecCommand,
bSuppressUI : int,
varIn : Object,
pVarOut : Object
)
Paramètres
command
Type : prjExecCommand
bSuppressUI
Type : Int32
varIn
Type : Object
pVarOut
Type : Object%
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.