Share via


IInteropStreamContract Interface

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

Defines methods for marshaling COM references across the host application and add-in processes.

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 IInteropStreamContract _
    Inherits IContract
'Usage
Dim instance As IInteropStreamContract
public interface IInteropStreamContract : IContract
public interface class IInteropStreamContract : IContract
public interface IInteropStreamContract extends IContract

Remarks

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

See Also

Reference

IInteropStreamContract Members

Microsoft.VisualStudio.Tools.Applications.Contract Namespace