Delen via


ControlCollection.Dispose Method (2007 System)

Releases the unmanaged resources used by the ControlCollection and optionally releases the managed resources.

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)

Syntax

'Declaration
Public Sub Dispose
'Usage
Dim instance As ControlCollection

instance.Dispose()
public void Dispose()
public:
virtual void Dispose() sealed
public final function Dispose()

Implements

IDisposable.Dispose()

Remarks

Call Dispose when you are finished using the ControlCollection. The Dispose method leaves the ControlCollection in an unusable state. After calling Dispose, you must release all references to the ControlCollection so the garbage collector can reclaim the memory that the ControlCollection 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 ControlCollection. Otherwise, the resources it is using will not be freed until the garbage collector calls the ControlCollection object's Finalize method.

.NET Framework Security

See Also

Reference

ControlCollection Class

ControlCollection Members

Microsoft.Office.Tools.Word Namespace