IVsDataMappedObjectType Interface

Definition

Represents a data object support mapped type, that is, the generic type that is converted from the underlying data source–specific types.

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.

Applies to