IVsDataMappedObjectSelector Interface
Represents a selector of mapped objects.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Public Interface IVsDataMappedObjectSelector
'Usage
Dim instance As IVsDataMappedObjectSelector
public interface IVsDataMappedObjectSelector
public interface class IVsDataMappedObjectSelector
public interface IVsDataMappedObjectSelector
Remarks
The IVsDataMappedObjectSelector is a built-in DDEX service. This service retrieves data objects through the IVsDataObjectStore service, which in turn uses the IVsDataObjectSelector support entity. The retrieved data source objects are then converted to the mapped types.
This interface is implemented as a built-in DDEX service.