ClientSettingsProvider.GetPropertyValues Method

Definition

Returns the collection of settings property values for the specified application instance and settings property group.

public:
 override System::Configuration::SettingsPropertyValueCollection ^ GetPropertyValues(System::Configuration::SettingsContext ^ context, System::Configuration::SettingsPropertyCollection ^ propertyCollection);
public override System.Configuration.SettingsPropertyValueCollection GetPropertyValues (System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection propertyCollection);
override this.GetPropertyValues : System.Configuration.SettingsContext * System.Configuration.SettingsPropertyCollection -> System.Configuration.SettingsPropertyValueCollection
Public Overrides Function GetPropertyValues (context As SettingsContext, propertyCollection As SettingsPropertyCollection) As SettingsPropertyValueCollection

Parameters

context
SettingsContext

A SettingsContext describing the current application use.

propertyCollection
SettingsPropertyCollection

A SettingsPropertyCollection containing the settings property group whose values are to be retrieved.

Returns

A SettingsPropertyValueCollection containing the values for the specified settings property group.

Applies to

See also