Share via


OrchestratorOptionsAutomation.ShowWarningDialog Property

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

Syntax

'Declaration
Public Property ShowWarningDialog As Boolean
'Usage
Dim instance As OrchestratorOptionsAutomation 
Dim value As Boolean 

value = instance.ShowWarningDialog

instance.ShowWarningDialog = value
public bool ShowWarningDialog { get; set; }
public:
property bool ShowWarningDialog {
    bool get ();
    void set (bool value);
}
public function get ShowWarningDialog () : boolean 
public function set ShowWarningDialog (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

OrchestratorOptionsAutomation Class

OrchestratorOptionsAutomation Members

Microsoft.VisualStudio.TextTemplating.VSHost Namespace