CodeDomSerializerBase.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 a statement by interpreting and executing a CodeDOM 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
The IDesignerSerializationManager to use for serialization.
- statement
- CodeStatement
The CodeStatement to deserialize.
Remarks
The DeserializeStatement method is a helper method that derived classes can call. It interprets the statement
parameter.
The CodeStatement being deserialized will be pushed on the context stack.
Applies to
See also
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.