Click or drag to resize
Sandcastle Help File BuilderPlugInConfigurationDictionary Methods

The PlugInConfigurationDictionary type exposes the following members.

Methods
  NameDescription
Public methodAdd(TKey, TValue)
Adds the specified key and value to the dictionary.
(Inherited from DictionaryString, PlugInConfiguration.)
Public methodAdd(String, Boolean, String)
Add a new item to the dictionary
Public methodClear (Inherited from DictionaryString, PlugInConfiguration.)
Public methodContainsKey (Inherited from DictionaryString, PlugInConfiguration.)
Public methodContainsValue (Inherited from DictionaryString, PlugInConfiguration.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFromXml
This is used to load existing plug-in configuration items from the project file
Public methodGetEnumerator (Inherited from DictionaryString, PlugInConfiguration.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetObjectData (Inherited from DictionaryString, PlugInConfiguration.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnDeserialization
Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.
(Inherited from DictionaryString, PlugInConfiguration.)
Public methodRemove (Inherited from DictionaryString, PlugInConfiguration.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodToXml
This is used to write the plug-in configuration info to an XML fragment ready for storing in the project file.
Public methodTryGetValue
Gets the value associated with the specified key.
(Inherited from DictionaryString, PlugInConfiguration.)
Top
See Also