TempDataDictionary.Keep メソッド

定義

オーバーロード

Keep()

ディクショナリ内のすべてのキーに保持マークを付けます。

Keep(String)

ディクショナリ内の指定したキーに保持マークを付けます。

Keep()

ディクショナリ内のすべてのキーに保持マークを付けます。

public void Keep ();
member this.Keep : unit -> unit
Public Sub Keep ()

適用対象

Keep(String)

ディクショナリ内の指定したキーに保持マークを付けます。

public void Keep (string key);
member this.Keep : string -> unit
Public Sub Keep (key As String)

パラメーター

key
String

ディクショナリ内の保持するキー。

適用対象