'Declaration Public Function Remove( _ ByVal key As Keys _ ) As Boolean
'Declaration
Public Function Remove( _ ByVal key As Keys _ ) As Boolean
'使用法 Dim instance As ShortcutDictionary Dim key As Keys Dim value As Boolean value = instance.Remove(key)
'使用法
Dim instance As ShortcutDictionary Dim key As Keys Dim value As Boolean value = instance.Remove(key)
public bool Remove( Keys key )
ShortcutDictionary クラス ShortcutDictionary メンバ
© 2004-2018, GrapeCity Inc. All rights reserved.