Proprietà IVsaEngine.IsCompiled
Spazio dei nomi: Microsoft.Vsa
Assembly: Microsoft.Vsa (in Microsoft.Vsa.dll)
Sintassi
'Dichiarazione
ReadOnly Property IsCompiled As Boolean
bool IsCompiled { get; }
property bool IsCompiled {
bool get ();
}
abstract IsCompiled : bool with get
function get IsCompiled () : boolean
Valore proprietà
Tipo: Boolean
Restituisce TRUE se il modulo di gestione di script è impostato per generare informazioni di debug quando viene chiamato il metodo Compile.Restituisce FALSE se il modulo di gestione di script non restituirà informazioni di debug.