'使用法 Dim instance As TagCollection Dim index As System.Integer Dim value As Tag instance.Item(index) = value value = instance.Item(index)
パラメータ
- index
- The index of the Tag in the current collection.
'使用法 Dim instance As TagCollection Dim index As System.Integer Dim value As Tag instance.Item(index) = value value = instance.Item(index)