CodeDomComponentSerializationService::Deserialize Method (SerializationStore^)
.NET Framework (current version)
Deserializes the given store to produce a collection of objects.
Assembly: System.Design (in System.Design.dll)
Parameters
- store
-
Type:
System.ComponentModel.Design.Serialization::SerializationStore^
The SerializationStore from which objects will be deserialized.
| 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
Available since 2.0
Show: