'宣言 Public Function Add( _ ByVal ro As RenderObject _ ) As System.Integer
'使用法 Dim instance As RenderObjectCollection Dim ro As RenderObject Dim value As System.Integer value = instance.Add(ro)
public System.int Add( RenderObject ro )
パラメータ
- ro
- The object to add.
戻り値の型
The index of the newly added object in the current collection.