CoreApplication.Properties 属性

定义

获取一个属性集,应用和 UI 框架可用于在进程运行时存储信息。

public:
 static property IPropertySet ^ Properties { IPropertySet ^ get(); };
static IPropertySet Properties();
public static IPropertySet Properties { get; }
var iPropertySet = CoreApplication.properties;
Public Shared ReadOnly Property Properties As IPropertySet

属性值

属性集。

适用于