Edit

SettingsAttributeDictionary Class

Definition

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
SettingsAttributeDictionary

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.

Applies to

See also