CodeDomDesignerLoader.IDesignerSerializationService.Serialize Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The ComponentSerializationService was not found.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.