'Declaration Public Default Property Item( _ ByVal index As Integer _ ) As Marker
'Declaration
Public Default Property Item( _ ByVal index As Integer _ ) As Marker
'使用法 Dim instance As MarkerCollection Dim index As Integer Dim value As Marker instance.Item(index) = value value = instance.Item(index)
'使用法
Dim instance As MarkerCollection Dim index As Integer Dim value As Marker instance.Item(index) = value value = instance.Item(index)
public Marker this[ int index ]; {get; set;}
MarkerCollection クラス MarkerCollection メンバ
Copyright © 2004 GrapeCity inc.