Propriedade OrchestratorOptionsAutomation.ShowWarningDialog

Se for true, uma caixa de diálogo de aviso de segurança é mostrada a que transformação de texto cada vez é executada.

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

Sintaxe

'Declaração
Public Property ShowWarningDialog As Boolean
    Get
    Set
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)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

OrchestratorOptionsAutomation Classe

Namespace Microsoft.VisualStudio.TextTemplating.VSHost