CodeDomSerializer::SerializeToReferenceExpression Method (IDesignerSerializationManager^, Object^)
.NET Framework (current version)
Serializes the specified value to a CodeDOM expression.
Assembly: System.Design (in System.Design.dll)
protected: [ObsoleteAttribute("This method has been deprecated. Use SerializeToExpression or GetExpression instead. http://go.microsoft.com/fwlink/?linkid=14202")] CodeExpression^ SerializeToReferenceExpression( IDesignerSerializationManager^ manager, Object^ value )
Parameters
- manager
-
Type:
System.ComponentModel.Design.Serialization::IDesignerSerializationManager^
The serialization manager to use during serialization.
- value
-
Type:
System::Object^
The object to serialize.
Return Value
Type: System.CodeDom::CodeExpression^The serialized value. This returns null if no reference expression can be obtained for the specified value, or the value cannot be serialized.
This method is similar to SerializeToExpression, except that it stops if it cannot obtain a simple reference expression for the value. Call this method when you expect the resulting expression to be used as a parameter or target of a statement.
.NET Framework
Available since 1.1
Available since 1.1
Show: