IVsDataMappedObjectCallMapperConversionStep Interface

Represents a call mapper conversion step for a data object support mapped type.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
Public Interface IVsDataMappedObjectCallMapperConversionStep
public interface IVsDataMappedObjectCallMapperConversionStep
public interface class IVsDataMappedObjectCallMapperConversionStep
type IVsDataMappedObjectCallMapperConversionStep =  interface end
public interface IVsDataMappedObjectCallMapperConversionStep

The IVsDataMappedObjectCallMapperConversionStep type exposes the following members.

Properties

  Name Description
Public property ImplementationType Gets the class as a Type that implements the IVsDataMappedObjectConverter support entity. The provider supplies this implementation.

Top

Methods

  Name Description
Public method GetParameters Returns the parameters used in this conversion step.

Top

Remarks

This interface is implemented as a built-in DDEX service.

See Also

Reference

Microsoft.VisualStudio.Data.Services Namespace