WindowPane::Dispose Method ()
Visual Studio 2015
Disposes the window pane and its resources.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Call M:Namespace.Class.Dispose when you are finished using the WindowPane. The M:Namespace.Class.Dispose method leaves the WindowPane in an unusable state. After you call M:Namespace.Class.Dispose, you must release all references to the WindowPane so that the garbage collector can reclaim the memory that the WindowPane was occupying. For more information, see Cleaning Up Unmanaged Resources and Implementing a Dispose Method.
Note |
|---|
Always call M:Namespace.Class.Dispose before you release the last reference to the WindowPane. Otherwise, the resources it is using may not be freed until the garbage collector calls the Finalize method of the WindowPane object. |
Show:
