IVsDataMappedObjectConversionStep Interface

Represents a 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 IVsDataMappedObjectConversionStep
public interface IVsDataMappedObjectConversionStep
public interface class IVsDataMappedObjectConversionStep
type IVsDataMappedObjectConversionStep =  interface end
public interface IVsDataMappedObjectConversionStep

The IVsDataMappedObjectConversionStep type exposes the following members.

Methods

  Name Description
Public method Apply Applies the conversion specified by the parameters and returns the converted values.

Top

Remarks

The conversion from a data source–specific underlying object to a mapped object is made up of conversion steps.

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

See Also

Reference

Microsoft.VisualStudio.Data.Services Namespace