ProjectHostItem.Dispose Method

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

Releases the resources used by the ProjectHostItem.

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 ProjectHostItem

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

Implements

IDisposable.Dispose()

Remarks

This method is called by Visual Studio Tools for Applications and should not be called from the host application.

.NET Framework Security

See Also

Reference

ProjectHostItem Class

ProjectHostItem Members

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace