OrchestratorOptionsAutomation.ShowWarningDialog Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
True si vous souhaitez afficher une boîte de dialogue d’avertissement de sécurité chaque fois que T4 est exécuté.
public:
property bool ShowWarningDialog { bool get(); void set(bool value); };
public:
property bool ShowWarningDialog { bool get(); void set(bool value); };
[System.ComponentModel.DefaultValue(true)]
[System.ComponentModel.TypeConverter(typeof(Microsoft.VisualStudio.TextTemplating.VSHost.LocalizedBooleanTypeConverter))]
public bool ShowWarningDialog { get; set; }
[<System.ComponentModel.DefaultValue(true)>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.VisualStudio.TextTemplating.VSHost.LocalizedBooleanTypeConverter))>]
member this.ShowWarningDialog : bool with get, set
Public Property ShowWarningDialog As Boolean
Valeur de propriété
- Attributs