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!

WebControlPersister.PersistComplexProperty (PersistenceMode, StringWriter, Object, PropertyDescriptor, IWebFormServices)

Persists a complex property.

[Visual Basic]
Overloads Public Shared Sub PersistComplexProperty( _
   ByVal persistMode As PersistenceMode, _
   ByVal sw As StringWriter, _
   ByVal component As Object, _
   ByVal propDesc As PropertyDescriptor, _
   ByVal wfdServices As IWebFormServices _
)
[C#]
public static void PersistComplexProperty(
   PersistenceMode persistMode,
   StringWriter sw,
   object component,
   PropertyDescriptor propDesc,
   IWebFormServices wfdServices
);
[C++]
public: static void PersistComplexProperty(
   PersistenceMode persistMode,
   StringWriter* sw,
   Object* component,
   PropertyDescriptor* propDesc,
   IWebFormServices* wfdServices
);
[JScript]
public static function PersistComplexProperty(
   persistMode : PersistenceMode,
   sw : StringWriter,
   component : Object,
   propDesc : PropertyDescriptor,
   wfdServices : IWebFormServices
);

Parameters

persistMode
The persistance mode to use.
sw
[To be supplied.]
component
[To be supplied.]
propDesc
[To be supplied.]
wfdServices
The services interface exposed by the Web Forms designer.

See Also

WebControlPersister Class | WebControlPersister Members | System.Web.UI.Design Namespace | WebControlPersister.PersistComplexProperty Overload List