Metodo VSProject2.Exec (prjExecCommand, Int32, Object, Object%)
Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.
Solo per utilizzo interno di Microsoft.
Spazio dei nomi: VSLangProj80
Assembly: VSLangProj80 (in VSLangProj80.dll)
Sintassi
'Dichiarazione
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
)
Parametri
- command
Tipo: VSLangProj.prjExecCommand
- bSuppressUI
Tipo: System.Int32
- varIn
Tipo: System.Object
- pVarOut
Tipo: System.Object%
Implementa
VSProject.Exec(prjExecCommand, Int32, Object, Object%)
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.