SettingsCollection<T> Class

 

A strongly-typed collection of key-value pairs. Keys are always strings, but values may be arbitrary .NET types that are marked as [DataContract].

Namespace:   Microsoft.WindowsServerSolutions.Settings
Assembly:  SettingsObjectModel (in SettingsObjectModel.dll)

System::Object
  Microsoft.WindowsServerSolutions.Settings::SettingsCollection<T>

generic<typename T>
where T : ref class
public ref class SettingsCollection 

Type Parameters

T

The value type of this collection.

NameDescription
System_CAPS_pubpropertyItem[String^]

Gets or sets an item based on the specified key.

System_CAPS_pubpropertyItems

Gets an enumerator of items in this collection.

System_CAPS_pubpropertyKeys

Gets an enumeration of the keys in this collection.

NameDescription
System_CAPS_pubmethodCommit()

Saves all of the updates to the collection.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRollback()

Removes any changes that were made since the last commit.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: