Share via


OrchestratorOptionsAutomation.ShowWarningDialog Property

If true, a security warning dialog is shown each time text transformation is run.

Namespace:  Microsoft.VisualStudio.TextTemplating.VSHost
Assembly:  Microsoft.VisualStudio.TextTemplating.VSHost.10.0 (in Microsoft.VisualStudio.TextTemplating.VSHost.10.0.dll)

Syntax

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

OrchestratorOptionsAutomation Class

Microsoft.VisualStudio.TextTemplating.VSHost Namespace