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.PersistTemplateProperty (PersistenceMode, StringWriter, Object, PropertyDescriptor)

Persists a template property including the specified persistance mode, string writer and property descriptor.

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

Parameters

persistMode
The persistence mode to use.
sw
[To be supplied.]
component
[To be supplied.]
propDesc
[To be supplied.]

See Also

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