'Declaration Public Overloads Function Add( _ ByVal key As String _ ) As Integer
'Declaration
Public Overloads Function Add( _ ByVal key As String _ ) As Integer
'使用法 Dim instance As StyleCollection Dim key As String Dim value As Integer value = instance.Add(key)
'使用法
Dim instance As StyleCollection Dim key As String Dim value As Integer value = instance.Add(key)
public int Add( string key )
StyleCollection クラス StyleCollection メンバ オーバーロード一覧
© 2004-2018, GrapeCity Inc. All rights reserved.