CodeDomDesignerLoader.IDesignerSerializationService.Serialize Metodo

Definizione

Serializza l'insieme specificato di oggetti e li memorizza in un oggetto dati di serializzazione.

 virtual System::Object ^ System.ComponentModel.Design.Serialization.IDesignerSerializationService.Serialize(System::Collections::ICollection ^ objects) = System::ComponentModel::Design::Serialization::IDesignerSerializationService::Serialize;
object IDesignerSerializationService.Serialize (System.Collections.ICollection objects);
object IDesignerSerializationService.Serialize (System.Collections.ICollection? objects);
abstract member System.ComponentModel.Design.Serialization.IDesignerSerializationService.Serialize : System.Collections.ICollection -> obj
override this.System.ComponentModel.Design.Serialization.IDesignerSerializationService.Serialize : System.Collections.ICollection -> obj
Function Serialize (objects As ICollection) As Object Implements IDesignerSerializationService.Serialize

Parametri

objects
ICollection

Insieme di oggetti da serializzare.

Restituisce

Oggetto che contiene lo stato serializzato dell'insieme specificato di oggetti.

Implementazioni

Eccezioni

Si applica a