Partager via


OrchestratorOptionsAutomation.ShowWarningDialog, propriété

Si la valeur est true, une boîte de dialogue d'avertissement de sécurité s'affiche à chaque exécution de la transformation de texte.

Espace de noms :  Microsoft.VisualStudio.TextTemplating.VSHost
Assembly :  Microsoft.VisualStudio.TextTemplating.VSHost.11.0 (dans Microsoft.VisualStudio.TextTemplating.VSHost.11.0.dll)

Syntaxe

'Déclaration
Public Property ShowWarningDialog As Boolean
public bool ShowWarningDialog { get; set; }
public:
property bool ShowWarningDialog {
    bool get ();
    void set (bool value);
}
member ShowWarningDialog : bool with get, set
function get ShowWarningDialog () : boolean
function set ShowWarningDialog (value : boolean)

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

OrchestratorOptionsAutomation Classe

Microsoft.VisualStudio.TextTemplating.VSHost, espace de noms