TempDataDictionary.Keep 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Keep() |
將字典中的所有索引鍵都標記為保留。 |
Keep(String) |
將字典中指定的索引鍵標記為保留。 |
Keep()
將字典中的所有索引鍵都標記為保留。
public:
virtual void Keep();
public void Keep ();
abstract member Keep : unit -> unit
override this.Keep : unit -> unit
Public Sub Keep ()
實作
適用於
Keep(String)
將字典中指定的索引鍵標記為保留。
public:
virtual void Keep(System::String ^ key);
public void Keep (string key);
abstract member Keep : string -> unit
override this.Keep : string -> unit
Public Sub Keep (key As String)
參數
- key
- String
字典中要保留的索引鍵。