CodeDomDesignerLoader.IDesignerSerializationService.Serialize Method

Definition

Serializes the specified collection of objects and stores them in a serialization data object.

 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

Parameters

objects
ICollection

A collection of objects to serialize.

Returns

An object that contains the serialized state of the specified collection of objects.

Implements

Exceptions

Applies to