JAMS Developer Guide
RemoveTag(Int32) Method


MVPSI.JAMS Namespace > Tags Class > RemoveTag Method : RemoveTag(Int32) Method
Removes the specified tag.
Syntax
'Declaration
 
Public Overloads Sub RemoveTag( _
   ByVal tagId As System.Integer _
) 
'Usage
 
Dim instance As Tags
Dim tagId As System.Integer
 
instance.RemoveTag(tagId)
public void RemoveTag( 
   System.int tagId
)

Parameters

tagId
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Tags Class
Tags Members
Overload List