Share via


IVsDataMappedObjectTypeMember.UnderlyingMembers Property

Gets the data source–specific underlying members corresponding to this mapped type member as a collection of IVsDataObjectTypeMember objects.

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

Syntax

'Declaration
ReadOnly Property UnderlyingMembers As ICollection(Of IVsDataObjectTypeMember)
    Get
ICollection<IVsDataObjectTypeMember> UnderlyingMembers { get; }
property ICollection<IVsDataObjectTypeMember^>^ UnderlyingMembers {
    ICollection<IVsDataObjectTypeMember^>^ get ();
}
abstract UnderlyingMembers : ICollection<IVsDataObjectTypeMember>
function get UnderlyingMembers () : ICollection<IVsDataObjectTypeMember>

Property Value

Type: System.Collections.Generic.ICollection<IVsDataObjectTypeMember>
A collection of IVsDataObjectTypeMember objects representing the data source–specific underlying members corresponding to this mapped type member.

.NET Framework Security

See Also

Reference

IVsDataMappedObjectTypeMember Interface

Microsoft.VisualStudio.Data.Services Namespace