PlugInConfigurationDictionary Methods

Methods

Add(TKey, TValue)Adds the specified key and value to the dictionary.
(Inherited from Dictionary<String, PlugInConfiguration>)
Add(String, Boolean, String) Add a new item to the dictionary
ClearRemoves all keys and values from the Dictionary<TKey, TValue>.
(Inherited from Dictionary<String, PlugInConfiguration>)
ContainsKeyDetermines whether the Dictionary<TKey, TValue> contains the specified key.
(Inherited from Dictionary<String, PlugInConfiguration>)
ContainsValueDetermines whether the Dictionary<TKey, TValue> contains a specific value.
(Inherited from Dictionary<String, PlugInConfiguration>)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
FromXml This is used to load existing plug-in configuration items from the project file
GetEnumeratorReturns an enumerator that iterates through the Dictionary<TKey, TValue>.
(Inherited from Dictionary<String, PlugInConfiguration>)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetObjectDataImplements the ISerializable interface and returns the data needed to serialize the Dictionary<TKey, TValue> instance.
(Inherited from Dictionary<String, PlugInConfiguration>)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
OnDeserializationImplements the ISerializable interface and raises the deserialization event when the deserialization is complete.
(Inherited from Dictionary<String, PlugInConfiguration>)
RemoveRemoves the value with the specified key from the Dictionary<TKey, TValue>.
(Inherited from Dictionary<String, PlugInConfiguration>)
ToStringReturns a string that represents the current object.
(Inherited from Object)
ToXml This is used to write the plug-in configuration info to an XML fragment ready for storing in the project file.
TryGetValueGets the value associated with the specified key.
(Inherited from Dictionary<String, PlugInConfiguration>)

See Also