IVsDataMappedObjectType Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a data object support mapped type.
public interface class IVsDataMappedObjectType
public interface IVsDataMappedObjectType
type IVsDataMappedObjectType = interface
Public Interface IVsDataMappedObjectType
Properties
Name |
Gets the name of the current mapped type. |
UnderlyingTypes |
Gets the data source–specific underlying types that correspond to the mapped type. |
Methods
GetIdentifier(IVsDataObjectType) |
Returns the identifier for this mapped type as a collection of identifier parts. |
GetProperties(IVsDataObjectType) |
Returns the properties of this mapped type. |
GetSelection(IVsDataObjectType) |
Returns an IVsDataMappedObjectSelection object representing the content of the Selection XML tag corresponding to this mapped type. |