Share via


IRemoteTypeContract2 Interface

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

Extends System.AddIn.Contract.Automation.IRemoteTypeContract by adding a method for determining whether the class that is represented in the current instance of IRemoteTypeContract2 derives from the class that is represented by the specified canonical name.

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

Syntax

'Declaration
Public Interface IRemoteTypeContract2 _
    Inherits IRemoteTypeContract, IContract
'Usage
Dim instance As IRemoteTypeContract2
public interface IRemoteTypeContract2 : IRemoteTypeContract, 
    IContract
public interface class IRemoteTypeContract2 : IRemoteTypeContract, 
    IContract
public interface IRemoteTypeContract2 extends IRemoteTypeContract, IContract

Remarks

Visual Studio Tools for Applications implements this interface and calls its method internally.

See Also

Reference

IRemoteTypeContract2 Members

Microsoft.VisualStudio.Tools.Applications.Contract Namespace