CodeDomComponentSerializationService::Deserialize Method (SerializationStore^)

 

Deserializes the given store to produce a collection of objects.

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

public:
virtual ICollection^ Deserialize(
	SerializationStore^ store
) override

Parameters

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

The SerializationStore from which objects will be deserialized.

Return Value

Type: System.Collections::ICollection^

A collection of deserialized components.

Exception Condition
ArgumentNullException

store is null.

InvalidOperationException

store is not a supported type of serialization store. Use a store returned by CreateStore.

.NET Framework
Available since 2.0
Return to top
Show: