共用方式為


ApplicationDataContainer.Values 屬性

定義

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

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

屬性值

物件,表示設定容器中的設定。

適用於