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)
ICollection<IVsDataObjectTypeMember> UnderlyingMembers { get; }
property ICollection<IVsDataObjectTypeMember^>^ UnderlyingMembers {
ICollection<IVsDataObjectTypeMember^>^ get ();
}
abstract UnderlyingMembers : ICollection<IVsDataObjectTypeMember> with get
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.