SettingsStore Class
Represents the entry point for the Settings Provider.
Assembly: SettingsObjectModel (in SettingsObjectModel.dll)
| Name | Description | |
|---|---|---|
![]() | Collections | Gets a list of the names of available collections for the data store. |
![]() | Connected | Gets the connection status of the data store. |
| Name | Description | |
|---|---|---|
![]() | Close() | Closes the data store. Performs any necessary finalization of the data store. |
![]() | DeleteCollection(String^) | Deletes the specified collection. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetCollection<T>(String^) | Returns the specified collection. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() ![]() | Open(String^) | Returns a SettingsStore object for the specified application. |
![]() | ToString() | (Inherited from Object.) |
![]() | WaitForConnection(TimeSpan) | Waits for a connection to be made. This method does not implicitly start a connection. |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | Represents an event that is raised when any of the properties are changed. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




