XpsSerializationManager.IsBatchMode Proprietà

Definizione

Ottiene un valore che indica se il gestore della serializzazione è in modalità batch.

public:
 property bool IsBatchMode { bool get(); };
public bool IsBatchMode { get; }
member this.IsBatchMode : bool
Public ReadOnly Property IsBatchMode As Boolean

Valore della proprietà

Boolean

true se il gestore è in modalità batch; in caso contrario, false.

Commenti

La modalità Batch è impostata nel batchMode parametro del XpsSerializationManager costruttore.

Si applica a