DialogContainerWithToolbar::Dispose Method (Boolean)
Explicitly called to release resources.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- disposing
-
Type:
System::Boolean
true to release both managed and unmanaged resources; false to release only unmanaged resources.
Call Dispose when you are finished using the DialogContainerWithToolbar. The Dispose method leaves the DialogContainerWithToolbar in an unusable state. After you call Dispose, you must release all references to the DialogContainerWithToolbar so that the garbage collector can reclaim the memory that the DialogContainerWithToolbar was occupying. For more information, see Cleaning Up Unmanaged Resources and Implementing a Dispose Method.
Note |
|---|
Always call Dispose before you release your last reference to the DialogContainerWithToolbar. Otherwise, the resources it is using will not be freed until the garbage collector calls the DialogContainerWithToolbar object's Finalize method. |
