ProjectHostItemCollection.Dispose Method

Releases the resources used by the ProjectHostItemCollection.

Namespace:  Microsoft.VisualStudio.Tools.Applications.DesignTime
Assembly:  Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)

Syntax

'Declaration
Public Sub Dispose
'Usage
Dim instance As ProjectHostItemCollection

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

Implements

IDisposable.Dispose()

Remarks

Do not use this method directly in your code. This method is intended to be used by Visual Studio Tools for Applications.

.NET Framework Security

See Also

Reference

ProjectHostItemCollection Class

ProjectHostItemCollection Members

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace