INGEAR.NET.GELink

 

TagGroup.IGroup.RemoveTag Method 

Removes ITag from the IGroup collection.

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

Parameters

Tags
Instance(s) of Tags to remove

Implements

IGroup.RemoveTag

Remarks

Exceptions

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

See Also

TagGroup Class | GELink Namespace | AddTag | Clear