IVsDataMappedObjectTypeMember Interface

Represents a member of a data object support mapped type.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
Public Interface IVsDataMappedObjectTypeMember
public interface IVsDataMappedObjectTypeMember
public interface class IVsDataMappedObjectTypeMember
type IVsDataMappedObjectTypeMember =  interface end
public interface IVsDataMappedObjectTypeMember

The IVsDataMappedObjectTypeMember type exposes the following members.

Properties

  Name Description
Public property Conversion Gets the current instance of the IVsDataMappedObjectConversion stored in this class.
Public property Name Gets the name of the mapped type member.
Public property UnderlyingMembers Gets the data source–specific underlying members corresponding to this mapped type member as a collection of IVsDataObjectTypeMember objects.

Top

Remarks

This interface is implemented as a built-in DDEX service.

See Also

Reference

Microsoft.VisualStudio.Data.Services Namespace