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.PersistTagProperties (StringWriter, Object, String, PropertyDescriptor)

Persists the properties of a tag.

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

Parameters

sw
The string writer to use.
component
[To be supplied.]
prefix
[To be supplied.]
propDesc
[To be supplied.]

See Also

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