ContextDataSourceView.DisposeContext 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在執行作業之後處置內容。
多載
DisposeContext() |
在執行作業之後處置內容。 |
DisposeContext(Object) |
在執行作業之後處置指定的資料內容。 |
DisposeContext()
在執行作業之後處置內容。
protected:
void DisposeContext();
protected void DisposeContext ();
member this.DisposeContext : unit -> unit
Protected Sub DisposeContext ()
適用於
DisposeContext(Object)
在執行作業之後處置指定的資料內容。
protected:
virtual void DisposeContext(System::Object ^ dataContext);
protected virtual void DisposeContext (object dataContext);
abstract member DisposeContext : obj -> unit
override this.DisposeContext : obj -> unit
Protected Overridable Sub DisposeContext (dataContext As Object)
參數
- dataContext
- Object
要處置的資料內容。