NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CodePersister.CreateExpressionFromValue

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;

Parameters

component
[To be supplied.]
property
[To be supplied.]
persistable
[To be supplied.]
value
[To be supplied.]

See Also

CodePersister Class | CodePersister Members | System.ComponentModel.Design Namespace