This documentation is archived and is not being maintained.
ClientSettingsProvider Members
Visual Studio 2008
Enables Windows-based applications to retrieve user settings from a Web settings service.
The ClientSettingsProvider type exposes the following members.
| Name | Description | |
|---|---|---|
|
ClientSettingsProvider | Initializes a new instance of the ClientSettingsProvider class. |
| Name | Description | |
|---|---|---|
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetPreviousVersion | Gets the previous version of the specified property. |
|
GetPropertyMetadata | Gets a collection of metadata for all properties retrieved from the specified Web settings service. |
|
GetPropertyValues | Returns the collection of settings property values for the specified application instance and settings property group. (Overrides SettingsProvider::GetPropertyValues(SettingsContext, SettingsPropertyCollection).) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
Initialize | Initializes the provider. (Overrides ProviderBase::Initialize(String, NameValueCollection).) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Reset | Resets all user settings to their default values. |
|
SetPropertyValues | Sets the values of the specified group of property settings. (Overrides SettingsProvider::SetPropertyValues(SettingsContext, SettingsPropertyValueCollection).) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
Upgrade | This method is not used by this class. |
| Name | Description | |
|---|---|---|
|
ApplicationName | This property is not used by this class. (Overrides SettingsProvider::ApplicationName.) |
|
Description | Gets a brief, friendly description suitable for display in administrative tools or other user interfaces (UIs). (Inherited from ProviderBase.) |
|
Name | Gets the friendly name used to refer to the provider during configuration. (Inherited from ProviderBase.) |
|
ServiceUri | Gets or sets the Web settings service location. |
| Name | Description | |
|---|---|---|
|
SettingsSaved | Occurs after the settings provider attempts to save the property values to the Web settings service. |
Show: