Compartir a través de


FileRecoveryProperties.CrashSave Propiedad

Definición

Guardar bloqueos

Representa el atributo siguiente en el esquema: crashSave

[DocumentFormat.OpenXml.SchemaAttr(0, "crashSave")]
public DocumentFormat.OpenXml.BooleanValue CrashSave { get; set; }
public DocumentFormat.OpenXml.BooleanValue CrashSave { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "crashSave")]
public DocumentFormat.OpenXml.BooleanValue? CrashSave { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("crashSave")]
public DocumentFormat.OpenXml.BooleanValue? CrashSave { get; set; }
public DocumentFormat.OpenXml.BooleanValue? CrashSave { get; set; }
member this.CrashSave : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "crashSave")>]
member this.CrashSave : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("crashSave")>]
member this.CrashSave : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property CrashSave As BooleanValue

Valor de propiedad

Devuelve BooleanValue.

Atributos

Comentarios

La siguiente información de ECMA International Standard ECMA-376 puede ser útil al trabajar con esta clase.

Especifica un valor booleano que indica si la aplicación guardó por última vez el archivo del libro después de un bloqueo.

Un valor de on, 1o true indica que el libro se guardó por última vez después de un bloqueo.

Un valor de off, 0o false indica que el libro no se guardó por última vez como parte de un bloqueo.

El valor predeterminado de este atributo es false.

El tipo de datos esquema boolean XML define los valores posibles para este atributo.

Se aplica a