Formatter.m_objectQueue Feld

Definition

Enthält eine Queue der Objekte, die noch serialisiert werden müssen.

protected: System::Collections::Queue ^ m_objectQueue;
protected System.Collections.Queue m_objectQueue;
val mutable m_objectQueue : System.Collections.Queue
Protected m_objectQueue As Queue 

Feldwert

Queue

Hinweise

Objekte, die für die Serialisierung mit der Methode geplant sind, werden in der Schedule Warteschlange pusht.

Gilt für

Siehe auch