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
- 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, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
OrchestratorOptionsAutomation Classe
Microsoft.VisualStudio.TextTemplating.VSHost, espace de noms