Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
Serves as a base class for contract proxy objects.
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 Class ContractProxyBase(Of T As IContract) _
Implements IDisposable, IProxy
'Usage
Dim instance As ContractProxyBase(Of T)
public class ContractProxyBase<T> : IDisposable,
IProxy
where T : IContract
generic<typename T>
where T : IContract
public ref class ContractProxyBase : IDisposable,
IProxy
JScript does not support generic types or methods.
Type Parameters
- T
The type of the contract that the proxy represents.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Tools.Applications.ContractProxyBase<T>
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.