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