Capabilities Methods

The Capabilities type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds a new value to the dictionary
(Inherited from Dictionary.)
Public methodClear
Clears the dictionary
(Inherited from Dictionary.)
Public methodContainsKey
Returns true if the key is present, false otherwise.
(Inherited from Dictionary.)
Public methodGet
Returns the value associated with the specified key or the default value if the key doesn't exist.
(Inherited from Dictionary.)
Public methodGetEnumerator
Return the dictionary enumerator
(Inherited from Dictionary.)
Public methodRemove
Removes the value for the given key.
(Inherited from Dictionary.)
Public methodSet
Sets the value for the given key. The key is created if missing.
(Inherited from Dictionary.)
Public methodToExcel
Writes the values in an Excel sheet.
(Inherited from Dictionary.)
Top
See Also