ContractProxyBase<T>.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 ContractProxyBase<T>.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications.Adapter.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Adapter.v9.0.dll)
Syntax
'Declaration
Public Sub Dispose
'Usage
Dim instance As ContractProxyBase
instance.Dispose()
public void Dispose()
public:
virtual void Dispose() sealed
public final function Dispose()