Creates a value from an expression object returned form the CodeSense APIs. This will take the various expressions and execute them, so to say. For example, if you pass in a ICodeObjectCreateExpression for value and it refers to the Point class, then a Point object will be returned.
For more information on values and expression see the ICodeSourceFile documentation.
[Visual Basic] Protected Function CreateValueFromExpression( _ ByVal component As Object, _ ByVal propertyName As String, _ ByVal value As Object _ ) As Object [C#] protected object CreateValueFromExpression( object component, string propertyName, object value ); [C++] protected: Object* CreateValueFromExpression( Object* component, String* propertyName, Object* value ); [JScript] protected function CreateValueFromExpression( component : Object, propertyName : String, value : Object ) : Object;
CodePersister Class | CodePersister Members | System.ComponentModel.Design Namespace | ICodeSourceFile