SetTag(Object,Int32) Method
In This Topic
Sets the tag.
Syntax
'Declaration
Public Overloads Sub SetTag( _
ByVal As System.Object, _
ByVal As System.Integer _
)
public void SetTag(
System.object ,
System.int
)
Parameters
- object
- The @object.
- id
- The id.
See Also