CodeDomComponentSerializationService::CreateStore Method ()

 

Creates a new SerializationStore.

Namespace:   System.ComponentModel.Design.Serialization
Assembly:  System.Design (in System.Design.dll)

public:
virtual SerializationStore^ CreateStore() override

Return Value

Type: System.ComponentModel.Design.Serialization::SerializationStore^

A new serialization store.

The serialization store can be passed to any of the Serialize methods to build up serialization state for a group of objects.

.NET Framework
Available since 2.0
Return to top
Show: