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.AlwaysPersist

If any value provider indicates that a value is "UserSelected" then we must force the persistence of the value.

[Visual Basic]
Protected Function AlwaysPersist( _
   ByVal property As PropertyDescriptor, _
   ByVal comp As Object _
) As Boolean
[C#]
protected bool AlwaysPersist(
   PropertyDescriptor property,
   object comp
);
[C++]
protected: bool AlwaysPersist(
   PropertyDescriptor* property,
   Object* comp
);
[JScript]
protected function AlwaysPersist(
   property : PropertyDescriptor,
   comp : Object
) : Boolean;

Parameters

property
[To be supplied.]
comp
[To be supplied.]

See Also

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