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!

UserControlDesigner.PersistAttribute

Persists individual attributes into HTML.

[Visual Basic]
Overridable Protected Sub PersistAttribute( _
   ByVal pd As PropertyDescriptor, _
   ByVal htmlElement As IHTMLElement, _
   ByVal component As Object, _
   ByVal strPropertyName As String _
)
[C#]
protected virtual void PersistAttribute(
   PropertyDescriptor pd,
   IHTMLElement htmlElement,
   object component,
   string strPropertyName
);
[C++]
protected: virtual void PersistAttribute(
   PropertyDescriptor* pd,
   IHTMLElement* htmlElement,
   Object* component,
   String* strPropertyName
);
[JScript]
protected function PersistAttribute(
   pd : PropertyDescriptor,
   htmlElement : IHTMLElement,
   component : Object,
   strPropertyName : String
);

Parameters

pd
[To be supplied.]
htmlElement
[To be supplied.]
component
[To be supplied.]
strPropertyName
[To be supplied.]

See Also

UserControlDesigner Class | UserControlDesigner Members | System.Web.UI.Design Namespace