OrchestratorOptionsAutomation.ShowWarningDialog Property

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

Syntax

'宣言
Public Property ShowWarningDialog As Boolean
'使用
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

Permissions

See Also

Reference

OrchestratorOptionsAutomation Class

OrchestratorOptionsAutomation Members

Microsoft.VisualStudio.TextTemplating.VSHost Namespace