XpsSerializationManager.IsBatchMode Proprietà

Definizione

Ottiene un valore che indica se la gestione 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à

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

Commenti

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

Si applica a