Udostępnij za pośrednictwem


EntryPointHostAdapter.IDisposable.Dispose Method

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

Releases all resources used by the EntryPointHostAdapter.

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

Syntax

'Declaration
Private Sub Dispose Implements IDisposable.Dispose
'Usage
Dim instance As EntryPointHostAdapter 

CType(instance, IDisposable).Dispose()
void IDisposable.Dispose()
private:
virtual void Dispose() sealed = IDisposable::Dispose
JScript does not support explicit interface implementations.

Implements

IDisposable.Dispose()

Remarks

This method is used internally by Visual Studio Tools for Applications to release all resources held by any managed objects that this EntryPointHostAdapter references.

This method is an explicit interface member implementation. It can be used only when the EntryPointHostAdapter instance is cast to an IDisposable interface.

.NET Framework Security

See Also

Reference

EntryPointHostAdapter Class

EntryPointHostAdapter Members

Microsoft.VisualStudio.Tools.Applications Namespace