IMobileWebFormServices.GetCache(String, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在設計階段從設計工具主應用程式的快取取得項目。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET。
public:
System::Object ^ GetCache(System::String ^ controlID, System::Object ^ key);
public object GetCache (string controlID, object key);
abstract member GetCache : string * obj -> obj
Public Function GetCache (controlID As String, key As Object) As Object
參數
- controlID
- String
容器控制項的 ID。
- key
- Object
快取項目的索引鍵。
傳回
設計工具主應用程式之快取的物件。
備註
GetCache由於方法是由設計工具主機所實作,請在叫用方法之前先確認它存在。