ListControlDesigner.GetSelectedDataSource Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le composant de source de données à partir du conteneur de contrôle associé.
public:
virtual System::Object ^ GetSelectedDataSource();
public:
System::Object ^ GetSelectedDataSource();
public object GetSelectedDataSource ();
abstract member GetSelectedDataSource : unit -> obj
override this.GetSelectedDataSource : unit -> obj
member this.GetSelectedDataSource : unit -> obj
Public Function GetSelectedDataSource () As Object
Retours
Objet implémentant une interface IEnumerable et contenant la DataSource au moment du design du contrôle associé.
Implémente
Remarques
La GetSelectedDataSource méthode retourne null
si une DataSource propriété n’est pas trouvée ou si un DataSource nom identique n’existe pas.