ClientSettingsProvider.GetPropertyValues 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回指定之應用程式執行個體和設定屬性群組的設定屬性值集合。
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
參數
- context
- SettingsContext
SettingsContext,描述目前應用程式的使用方式。
- propertyCollection
- SettingsPropertyCollection
SettingsPropertyCollection,包含要擷取其值的設定屬性群組。
傳回
SettingsPropertyValueCollection,包含指定設定屬性群組的值。