Removes a build tag from this collection.

[VBScript]
Public Function Remove( _
   ByVal index As Object _
) As BuildTag
[JScript]
public function Remove(
   index : Object
) : BuildTag;

Parameters

index
The zero-based index or the name of the build tag to remove.

Return Value

The build tag removed from the specified index.

See Also

BuildTagCollection Object | BuildTagCollection Members | HelpProducer Namespace