XmlDataSource.IListSource.GetList Metodo
Definizione
virtual System::Collections::IList ^ System.ComponentModel.IListSource.GetList() = System::ComponentModel::IListSource::GetList;
System.Collections.IList IListSource.GetList ();
Function GetList () As IList Implements IListSource.GetList
Restituisce
Oggetto che implementa l'oggetto IList che può essere associato a un'origine dati.An object implementing IList that can be bound to a data source.
Implementazioni
Commenti
Questo membro è un’implementazione esplicita di un membro di interfaccia.This member is an explicit interface member implementation. Può essere utilizzato solo quando si esegue XmlDataSource il cast IListSource dell'istanza sull'interfaccia.It can be used only when the XmlDataSource instance is cast to the IListSource interface.