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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.