Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.