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

屬性值

屬性集。

適用於