'Declaration Public Sub Insert( _ ByVal index As Integer, _ ByVal item As Marker _ )
'使用法 Dim instance As MarkerCollection Dim index As Integer Dim item As Marker instance.Insert(index, item)
public void Insert( int index, Marker item )
MarkerCollection クラス MarkerCollection メンバ
© 2004-2015, GrapeCity inc. All rights reserved.