Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Represents a conversion for a data object support mapped type and contains the conversion steps needed to convert a data source–specific object to a mapped object.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Déclaration
Public Interface IVsDataMappedObjectConversion
public interface IVsDataMappedObjectConversion
public interface class IVsDataMappedObjectConversion
type IVsDataMappedObjectConversion = interface end
public interface IVsDataMappedObjectConversion
The IVsDataMappedObjectConversion type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
CallMapperStep | Gets a conversion step that is part of the conversion from a data source–specific type to a mapped type. |
![]() |
Steps | Returns all the conversion steps that are necessary to convert a data source–specific type to a mapped type. |
Top
Remarks
This interface is implemented as a built-in DDEX service.