IDictionary Interface Methods Send Feedback
See Also 

For a list of all members of this type, see IDictionary members.

Public Methods

 NameDescription
 MethodCreateDictionaryCreates the specified dictionary in the dictionary.  
 MethodCreateExtensionDictionaryCreates an extension dictionary for the dictionary.  
 MethodCreateXRecordCreates the specified record in the specified dictionary.  
 MethodDeleteCustomDataDeletes the specified custom data from the dictionary.  
 MethodGetCustomDataGets the specified custom data for the dictionary.  
 MethodGetEntriesGets the entities and their entity types in the dictionary.  
 MethodGetEntryGets the specified entity and its entity type in the dictionary.  
 MethodGetExtensionDictionaryGets the extension dictionary for the dictionary.  
 MethodGetNameOfGets the name of the specified entity in the dictionary.  
 MethodHasEntryGets whether the dictionary contains an entity with the specified name.  
 MethodReleaseExtensionDictionaryReleases and erases the extension dictionary of the dictionary, if the extension dictionary exists and is empty.  
 MethodRemoveEntryRemoves the entity with the specified name from the dictionary.  
 MethodRenameEntryChanges the name of the specified entity in the dictionary.  
 MethodSetCustomDataSets the custom data for the dictionary.  
 MethodSetEntrySets the name for the specified entity in the dictionary.  
Top

See Also