IVsDataMappedObjectTypeMember.UnderlyingMembers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the data source–specific underlying members corresponding to this mapped type member as a collection of IVsDataObjectTypeMember objects.
public:
property System::Collections::Generic::ICollection<Microsoft::VisualStudio::Data::Services::IVsDataObjectTypeMember ^> ^ UnderlyingMembers { System::Collections::Generic::ICollection<Microsoft::VisualStudio::Data::Services::IVsDataObjectTypeMember ^> ^ get(); };
public System.Collections.Generic.ICollection<Microsoft.VisualStudio.Data.Services.IVsDataObjectTypeMember> UnderlyingMembers { get; }
member this.UnderlyingMembers : System.Collections.Generic.ICollection<Microsoft.VisualStudio.Data.Services.IVsDataObjectTypeMember>
Public ReadOnly Property UnderlyingMembers As ICollection(Of IVsDataObjectTypeMember)
Property Value
A collection of IVsDataObjectTypeMember objects representing the data source–specific underlying members corresponding to this mapped type member.