ExportErrorEventArgs.Continue Property

Gets and sets continueExporting, which determines whether the current operation should continue to export diagrams if an error occurs.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)

Syntax

'Declaração
Public Property Continue As Boolean
    Get
    Set
public bool Continue { get; set; }
public:
property bool Continue {
    bool get ();
    void set (bool value);
}
member Continue : bool with get, set
function get Continue () : boolean
function set Continue (value : boolean)

Property Value

Type: System.Boolean
true if the current operation should continue if an error occurs; otherwise, false.

Remarks

By default, the return value is true.

.NET Framework Security

See Also

Reference

ExportErrorEventArgs Class

Microsoft.VisualStudio.Modeling.Shell Namespace