'Usage
Dim instance As ShortcutDictionary Dim key As Keys Dim value As String instance.Item(key) = value value = instance.Item(key)
Parameters
- key
- The key of the element to get or set.
'Usage
Dim instance As ShortcutDictionary Dim key As Keys Dim value As String instance.Item(key) = value value = instance.Item(key)
Exception | Description |
---|---|
System.ArgumentNullException | The assigned value is a null reference (Nothing in Visual Basic). |
System.ArgumentException | The assigned value is an invalid action name. |