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!

BaseControlBuilder.PreprocessAttributes

[To be supplied.]

[Visual Basic]
Overridable Protected Sub PreprocessAttributes( _
   ByVal attribs As IDictionary _
)
[C#]
protected virtual void PreprocessAttributes(
   IDictionary attribs
);
[C++]
protected: virtual void PreprocessAttributes(
   IDictionary* attribs
);
[JScript]
protected function PreprocessAttributes(
   attribs : IDictionary
);

Parameters

attribs
[To be supplied.]

See Also

BaseControlBuilder Class | BaseControlBuilder Members | System.Web.UI Namespace