Click or drag to resize

XDataDictionary Methods

The XDataDictionary type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds an extended data to the current dictionary.
Public methodAddRange
Adds a list of extended data to the current dictionary.
Public methodClear
Removes all extended data from the current dictionary.
Public methodContainsAppId
Determines whether current dictionary contains an extended data with the specified application registry name.
Public methodContainsValue
Determines whether current dictionary contains a specified extended data.
Public methodGetEnumerator
Returns an enumerator that iterates through the dictionary.
Public methodRemove
Removes an extended data with the specified application registry name from the current dictionary.
Public methodTryGetValue
Gets the extended data associated with the specified application registry name.
Top
See Also