Add Method
Adds tags and their types to a Hashtable.
Syntax
Visual Basic Public Sub
Add(
ByVal sTagName As string,
ByVal oTagType As Type
)C# public void
Add(
string sTagName,
Type oTagType
);Managed C++ public: void
Add(
string sTagName,
Type oTagType
);JScript public function
Add(
sTagName : string,
oTagType : Type
);
Parameters
sTagName Required. string to be used for the tag name. oTagType Required. Type. The class to assign to the tag.
Return Value
No return value.
Applies To
FilterControlBuilder
See Also