ImageListCodeDomSerializer.Deserialize 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.
Deserializes the specified serialized Code Document Object Model (CodeDOM) object into an object.
public:
override System::Object ^ Deserialize(System::ComponentModel::Design::Serialization::IDesignerSerializationManager ^ manager, System::Object ^ codeObject);
public override object Deserialize (System.ComponentModel.Design.Serialization.IDesignerSerializationManager manager, object codeObject);
public override object? Deserialize (System.ComponentModel.Design.Serialization.IDesignerSerializationManager manager, object codeObject);
override this.Deserialize : System.ComponentModel.Design.Serialization.IDesignerSerializationManager * obj -> obj
Public Overrides Function Deserialize (manager As IDesignerSerializationManager, codeObject As Object) As Object
Parameters
- manager
- IDesignerSerializationManager
A serialization manager interface that is used during the deserialization process.
- codeObject
- Object
A serialized CodeDOM object to deserialize.
Returns
The deserialized CodeDOM object.
Exceptions
manager
or codeObject
is null
.
Remarks
The Deserialize method uses the serialization manager to create objects and resolve data types.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.