IDictionary Interface Members Send Feedback
See Also  Properties  Methods 

The following tables list the members exposed by IDictionary.

Public Properties

 NameDescription
 PropertyErasedGets or sets whether to erase or restore a dictionary.  
 PropertyHandleGets the value of the handle for the dictionary.  
Top

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