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 | |
---|---|---|
ImplementationType | Gets the class as a Type that implements the IVsDataMappedObjectConverter support entity. The provider supplies this implementation. |
Top
Methods
Name | Description | |
---|---|---|
GetParameters | Returns the parameters used in this conversion step. |
Top
Remarks
This interface is implemented as a built-in DDEX service.