SettingsAttributeDictionary Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a collection of key/value pairs used to describe a configuration object as well as a SettingsProperty object.
public ref class SettingsAttributeDictionary : System::Collections::Hashtable
public class SettingsAttributeDictionary : System.Collections.Hashtable
type SettingsAttributeDictionary = class
inherit Hashtable
Public Class SettingsAttributeDictionary
Inherits Hashtable
- Inheritance
Remarks
The SettingsAttributeDictionary object inherits from the Hashtable object. The SettingsAttributeDictionary object is used to describe a configuration object, such as the SettingsProperty object.
Constructors
| Name | Description |
|---|---|
| SettingsAttributeDictionary() |
Initializes a new instance of the SettingsAttributeDictionary class. |
| SettingsAttributeDictionary(SerializationInfo, StreamingContext) |
Constructor for deserializing a SettingsAttributeDictionary instance from state file (binary serialization). |
| SettingsAttributeDictionary(SettingsAttributeDictionary) |
Initializes a new instance of the SettingsAttributeDictionary class. |