IVsDataMappedObjectConverter Interface
Provides the ability to convert restrictions passed to the mapped object selector into underlying restrictions to pass to the data source–specific type selector, thus allowing mapped selection. Also allows conversion of members of an underlying data object to members of a mapped object, resulting in mapped representations of data objects.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'宣言
<DataClientObjectAttribute("53957D8C-5FAD-4d27-8B4D-1DC4E7364E08")> _
Public Interface IVsDataMappedObjectConverter
'使用
Dim instance As IVsDataMappedObjectConverter
[DataClientObjectAttribute("53957D8C-5FAD-4d27-8B4D-1DC4E7364E08")]
public interface IVsDataMappedObjectConverter
[DataClientObjectAttribute(L"53957D8C-5FAD-4d27-8B4D-1DC4E7364E08")]
public interface class IVsDataMappedObjectConverter
public interface IVsDataMappedObjectConverter
Remarks
This interface is implemented by the DataMappedObjectConverter class in the DDEX Framework.
See Also
Reference
IVsDataMappedObjectConverter Members
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace