次の方法で共有


DialogStateManager.Keys プロパティ

定義

メモリ スコープの ICollection<T> キーを含む を取得します。

public System.Collections.Generic.ICollection<string> Keys { get; }
member this.Keys : System.Collections.Generic.ICollection<string>
Public ReadOnly Property Keys As ICollection(Of String)

プロパティ値

メモリ スコープのキー。

実装

適用対象