'使用法 Dim instance As WarningCollection Dim item As Warning Dim value As System.Integer value = instance.Add(item)
パラメータ
- item
- The warning to add.
戻り値の型
The index of the added object in the current collection.
'使用法 Dim instance As WarningCollection Dim item As Warning Dim value As System.Integer value = instance.Add(item)