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.PersistInnerProperties (StringWriter, Object, IWebFormServices)

Persists the inner properties of the control.

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

Parameters

sw
The string writer to use.
component
[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.PersistInnerProperties Overload List