IAdapter Interface

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

Defines a property that gets the object that is reflected by an adapter.

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 Interface IAdapter
'Usage
Dim instance As IAdapter
public interface IAdapter
public interface class IAdapter
public interface IAdapter

Remarks

You can use the IAdapter type to determine if a contract is a valid adapter implementation.

See Also

Reference

IAdapter Members

Microsoft.VisualStudio.Tools.Applications Namespace