'宣言 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
- 追加するオブジェクト。
戻り値の型
コレクションに追加されたオブジェクトのインデックスを返します。