ContractProxyBase<T>.DisposeCheck Method
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
Throws an ObjectDisposedException if this ContractProxyBase<T> has been disposed.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications.Adapter.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Adapter.v9.0.dll)
Syntax
'Declaration
Protected Sub DisposeCheck
'Usage
Me.DisposeCheck()
protected void DisposeCheck()
protected:
void DisposeCheck()
protected function DisposeCheck()