JAMS Developer Guide
Tags Constructor(Tags)


MVPSI.JAMS Namespace > Tags Class > Tags Constructor : Tags Constructor(Tags)
Create a Tags objects with the tags from another Tags object
Syntax
'Declaration
 
Public Function New( _
   ByVal source As Tags _
)
'Usage
 
Dim source As Tags
 
Dim instance As New Tags(source)
public Tags( 
   Tags source
)

Parameters

source
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