[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public sealed class UserConfigurationDictionary : ComplexProperty,
IEnumerable<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public NotInheritable Class UserConfigurationDictionary
Inherits ComplexProperty
Implements IEnumerable[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public ref class UserConfigurationDictionary sealed : public ComplexProperty,
IEnumerable[<SealedAttribute>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
type UserConfigurationDictionary =
class
inherit ComplexProperty
interface IEnumerable
end| Count | Gets the number of elements in the user configuration dictionary. |
| Item | Gets or sets the element with the specified key. |
| Add | Adds an element with the provided key and value to the user configuration dictionary. |
| Clear | Removes all items from the user configuration dictionary. |
| ContainsKey | Determines whether the user configuration dictionary contains an element with the specified key. |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetEnumerator | Returns an enumerator that iterates through the user configuration dictionary. |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| Remove | Removes the element with the specified key from the user configuration dictionary. |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |
| TryGetValue | Gets the value associated with the specified key. |