IVsDataObjectSupportModel Interface
Represents the model that describes data object support.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Public Interface IVsDataObjectSupportModel
public interface IVsDataObjectSupportModel
public interface class IVsDataObjectSupportModel
type IVsDataObjectSupportModel = interface end
public interface IVsDataObjectSupportModel
The IVsDataObjectSupportModel type exposes the following members.
Properties
Name | Description | |
---|---|---|
MappedTypes | Gets a collection of name/value pairs containing the mapped type names and their corresponding mapped type objects from the object store. | |
Types | Retrieves a collection of name/value pairs containing the data source–specific type names and their corresponding type objects from the object store. |
Top
Remarks
This interface is implemented as a built-in DDEX service.