Application.Properties 属性

定义

获取此 Application 对象的永久属性字典。

public System.Collections.Generic.IDictionary<string,object> Properties { get; }
member this.Properties : System.Collections.Generic.IDictionary<string, obj>

属性值

System.Collections.Generic.IDictionary<System.String,System.Object>

应用程序的持久属性字典。

注解

开发人员可以使用此属性在所有应用程序代码中存储持久性应用程序状态。 当应用程序暂停或关闭时,字典中的此值将保留在设备上。

适用于