JAMS Developer Guide
AddInheritedTag Method


MVPSI.JAMS Namespace > Tags Class : AddInheritedTag Method
Adds the specified tag as an inherited tag. This is used internally by JAMS and is not intended as a way for you to add inherited tags to an object.
Syntax
'Declaration
 
Public Sub AddInheritedTag( _
   ByVal tagId As System.Integer _
) 
'Usage
 
Dim instance As Tags
Dim tagId As System.Integer
 
instance.AddInheritedTag(tagId)
public void AddInheritedTag( 
   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