ExportErrorEventArgs.Continue 属性

获取并设置 ContinueExporting,其决定如果发生错误时当前操作是否继续公开图形。

命名空间:  Microsoft.VisualStudio.Modeling.Shell
程序集:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0(在 Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll 中)

语法

声明
Public Property Continue As Boolean
public bool Continue { get; set; }

属性值

类型:System.Boolean
如果出现错误时继续当前操作,则为 true;否则为 false。

备注

默认情况下,返回值为 true。

.NET Framework 安全性

请参阅

参考

ExportErrorEventArgs 类

Microsoft.VisualStudio.Modeling.Shell 命名空间