'Declaration Public Function GetName( _ ByVal index As Integer _ ) As String
'Declaration
Public Function GetName( _ ByVal index As Integer _ ) As String
'使用法 Dim instance As CustomIconContainer Dim index As Integer Dim value As String value = instance.GetName(index)
'使用法
Dim instance As CustomIconContainer Dim index As Integer Dim value As String value = instance.GetName(index)
public string GetName( int index )
CustomIconContainer クラス CustomIconContainer メンバ
© 2004-2018, GrapeCity Inc. All rights reserved.