ApplicationDataContainer.Values 屬性

定義

取得 物件,表示這個設定容器中的設定。

public:
 property IPropertySet ^ Values { IPropertySet ^ get(); };
IPropertySet Values();
public IPropertySet Values { get; }
var iPropertySet = applicationDataContainer.values;
Public ReadOnly Property Values As IPropertySet

屬性值

設定對應物件。

備註

如需使用 ApplicationData 屬性取得其相關聯 ApplicationDataContainer.Values 的範例,請參閱 LocalSettings

適用於

另請參閱