IVsDataMappedObjectType Interface
Represents a data object support mapped type, that is, the generic type that is converted from the underlying data source–specific types.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Public Interface IVsDataMappedObjectType
public interface IVsDataMappedObjectType
public interface class IVsDataMappedObjectType
type IVsDataMappedObjectType = interface end
public interface IVsDataMappedObjectType
The IVsDataMappedObjectType type exposes the following members.
Properties
Name | Description | |
---|---|---|
Name | Gets the name of the current mapped type. | |
UnderlyingTypes | Gets the data source–specific underlying types that correspond to the mapped type. |
Top
Methods
Name | Description | |
---|---|---|
GetIdentifier | Returns the identifier for this mapped type as a collection of identifier parts. | |
GetProperties | Returns the properties of this mapped type. | |
GetSelection | Returns an IVsDataMappedObjectSelection object representing the content of the Selection XML tag corresponding to this mapped type. |
Top
Remarks
This interface is implemented as a built-in DDEX service.