OrchestratorOptionsAutomation.ShowWarningDialog Propriété

Définition

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é

Boolean
Attributs

S’applique à