'使用法 Dim instance As TagCollection Dim tag As Tag Dim value As System.Integer value = instance.Add(tag)
パラメータ
- tag
- The object to add.
戻り値の型
The index of the newly added object.
'使用法 Dim instance As TagCollection Dim tag As Tag Dim value As System.Integer value = instance.Add(tag)