ExportErrorEventArgs.Continue 属性

获取和设置 continueExporting,确定当前操作是否应继续将关系图导出,如果错误。

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

语法

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

属性值

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

备注

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

.NET Framework 安全性

请参见

参考

ExportErrorEventArgs 类

Microsoft.VisualStudio.Modeling.Shell 命名空间