Sdílet prostřednictvím


OrchestratorOptionsAutomation.ShowWarningDialog – vlastnost

Hodnota true, je zobrazeno dialogové okno upozornění zabezpečení, transformace textu každý čas spouštění.

Obor názvů:  Microsoft.VisualStudio.TextTemplating.VSHost
Sestavení:  Microsoft.VisualStudio.TextTemplating.VSHost.11.0 (v Microsoft.VisualStudio.TextTemplating.VSHost.11.0.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: System.Boolean

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

OrchestratorOptionsAutomation Třída

Microsoft.VisualStudio.TextTemplating.VSHost – obor názvů