CodeDomSerializerBase::DeserializeStatement Method (IDesignerSerializationManager^, CodeStatement^)
.NET Framework (current version)
Deserializes a statement by interpreting and executing a CodeDOM statement.
Assembly: System.Design (in System.Design.dll)
protected: void DeserializeStatement( IDesignerSerializationManager^ manager, CodeStatement^ statement )
Parameters
- manager
-
Type:
System.ComponentModel.Design.Serialization::IDesignerSerializationManager^
The IDesignerSerializationManager to use for serialization.
- statement
-
Type:
System.CodeDom::CodeStatement^
The CodeStatement to deserialize.
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: