INGEAR.NET.GELink

 

TagGroup.IGroup.AddTag Method 

Adds a ITag to the IGroup collection

[Visual Basic]
Sub AddTag( _
   ParamArray Tags As ITag() _
) _
    Implements IGroup.AddTag
[C#]
void IGroup.AddTag(
   params ITag[] Tags
);

Parameters

Tags
Instance of Tag or array of Tag(s) to add

Implements

IGroup.AddTag

Exceptions

Exception Type Condition
ArgumentNullException Thrown if Tag parameter is a null reference (Nothing in Visual Basic)

See Also

TagGroup Class | GELink Namespace