Creates an expression from a component/propertyName combination. This should only be used for property sets.
[Visual Basic] Protected Function CreateExpressionFromValue( _ ByVal component As Object, _ ByVal property As PropertyDescriptor, _ ByVal persistable As PersistableSupport, _ ByVal value As Object _ ) As Object [C#] protected object CreateExpressionFromValue( object component, PropertyDescriptor property, PersistableSupport persistable, object value ); [C++] protected: Object* CreateExpressionFromValue( Object* component, PropertyDescriptor* property, PersistableSupport persistable, Object* value ); [JScript] protected function CreateExpressionFromValue( component : Object, property : PropertyDescriptor, persistable : PersistableSupport, value : Object ) : Object;
CodePersister Class | CodePersister Members | System.ComponentModel.Design Namespace