JAMS Developer Guide
HasTag Method


MVPSI.JAMS Namespace > Tags Class : HasTag Method
Does this collection of tags include the specified tag?
Syntax
'Declaration
 
Public Function HasTag( _
   ByVal matchTag As Tag _
) As System.Boolean
'Usage
 
Dim instance As Tags
Dim matchTag As Tag
Dim value As System.Boolean
 
value = instance.HasTag(matchTag)
public System.bool HasTag( 
   Tag matchTag
)

Parameters

matchTag
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