CodeDomSerializer.DeserializeStatement 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 statement.
protected:
void DeserializeStatement(System::ComponentModel::Design::Serialization::IDesignerSerializationManager ^ manager, System::CodeDom::CodeStatement ^ statement);
protected void DeserializeStatement (System.ComponentModel.Design.Serialization.IDesignerSerializationManager manager, System.CodeDom.CodeStatement statement);
member this.DeserializeStatement : System.ComponentModel.Design.Serialization.IDesignerSerializationManager * System.CodeDom.CodeStatement -> unit
Protected Sub DeserializeStatement (manager As IDesignerSerializationManager, statement As CodeStatement)
Parameters
- manager
- IDesignerSerializationManager
A serialization manager interface that is used during the deserialization process.
- statement
- CodeStatement
The CodeDOM statement to deserialize.
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.