DataTable.IListSource.GetList Método

Definição

Para obter uma descrição deste membro, consulte GetList().

 virtual System::Collections::IList ^ System.ComponentModel.IListSource.GetList() = System::ComponentModel::IListSource::GetList;
System.Collections.IList IListSource.GetList();
abstract member System.ComponentModel.IListSource.GetList : unit -> System.Collections.IList
override this.System.ComponentModel.IListSource.GetList : unit -> System.Collections.IList
Function GetList () As IList Implements IListSource.GetList

Retornos

Um IList que pode ser associado a uma fonte de dados do objeto.

Implementações

Comentários

Esse membro é uma implementação de membro de interface explícita. Ele só pode ser usado quando a DataTable instância é convertida em uma IListSource interface.

Aplica-se a