XmlDataSource.IListSource.GetList Método

Definição

Para uma descrição deste elemento, veja 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

Devoluções

Um objeto que implementa IList isso pode ser ligado a uma fonte de dados.

Implementações

Observações

Este membro é uma implementação explícita de membro de interface. Só pode ser usado quando a XmlDataSource instância é projetada para a IListSource interface.

Aplica-se a

Ver também