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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.