VsaEngineClass.GenerateDebugInfo, propriété
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft_VsaVb
Assembly : Microsoft_VsaVb (dans Microsoft_VsaVb.dll)
Syntaxe
'Déclaration
Public Overridable Property GenerateDebugInfo As Boolean
public virtual bool GenerateDebugInfo { get; set; }
public:
virtual property bool GenerateDebugInfo {
bool get ();
void set (bool value);
}
abstract GenerateDebugInfo : bool with get, set
override GenerateDebugInfo : bool with get, set
function get GenerateDebugInfo () : boolean
function set GenerateDebugInfo (value : boolean)
Valeur de propriété
Type : Boolean
Implémentations
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.