Share via


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 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'Declaration
Public Property Continue As Boolean
'Usage
Dim instance As ExportErrorEventArgs 
Dim value As Boolean 

value = instance.Continue

instance.Continue = value
public bool Continue { get; set; }
public:
property bool Continue {
    bool get ();
    void set (bool value);
}
public function get Continue () : boolean 
public 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

ExportErrorEventArgs Members

Microsoft.VisualStudio.Modeling.Shell Namespace