Application.Properties 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得此 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>
應用程式的永續性屬性字典。
備註
開發人員可以使用此屬性,在所有應用程式程式碼之間儲存持續性應用程式狀態。 當應用程式暫停或關閉時,字典中的這個值會保留在裝置上。