DesignTimeData.GetDataMember(IListSource, String) Method
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 specified data member from the specified data source.
public:
static System::Collections::IEnumerable ^ GetDataMember(System::ComponentModel::IListSource ^ dataSource, System::String ^ dataMember);
public static System.Collections.IEnumerable GetDataMember(System.ComponentModel.IListSource dataSource, string dataMember);
static member GetDataMember : System.ComponentModel.IListSource * string -> System.Collections.IEnumerable
Public Shared Function GetDataMember (dataSource As IListSource, dataMember As String) As IEnumerable
- dataSource
- IListSource
An IListSource that contains the data in which to find the member.
- dataMember
- String
The name of the data member to retrieve.
An object implementing IEnumerable containing the specified data member from the specified data source, if it exists.
This method searches the specified data source for the specified data member. If dataMember
is null
, the first data member in the specified data source is returned.
Производ | Верзије |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET повратне информације
.NET је пројекат отвореног кода. Изаберите везу да бисте обезбедили повратне информације: