public SubItemInfo this[ int index ]; {get; set;}
'Declaration Public Default Property Item( _ ByVal index As Integer _ ) As SubItemInfo
'Declaration
Public Default Property Item( _ ByVal index As Integer _ ) As SubItemInfo
'使用法 Dim instance As SubItemCollectionInfo Dim index As Integer Dim value As SubItemInfo instance.Item(index) = value value = instance.Item(index)
'使用法
Dim instance As SubItemCollectionInfo Dim index As Integer Dim value As SubItemInfo instance.Item(index) = value value = instance.Item(index)
SubItemCollectionInfo クラス SubItemCollectionInfo メンバ
© 2004-2017, GrapeCity inc. All rights reserved.