BaseDataListDesigner.GetTemplateContainerDataSource(String) 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.
Attention
Use of this method is not recommended because template editing is handled in ControlDesigner. To support template editing expose template data in the TemplateGroups property and call SetViewFlags(ViewFlags.TemplateEditing, true). http://go.microsoft.com/fwlink/?linkid=14202
Obtient la source de données du conteneur du modèle.
public:
override System::Collections::IEnumerable ^ GetTemplateContainerDataSource(System::String ^ templateName);
public override System.Collections.IEnumerable GetTemplateContainerDataSource (string templateName);
[System.Obsolete("Use of this method is not recommended because template editing is handled in ControlDesigner. To support template editing expose template data in the TemplateGroups property and call SetViewFlags(ViewFlags.TemplateEditing, true). http://go.microsoft.com/fwlink/?linkid=14202")]
public override System.Collections.IEnumerable GetTemplateContainerDataSource (string templateName);
override this.GetTemplateContainerDataSource : string -> System.Collections.IEnumerable
[<System.Obsolete("Use of this method is not recommended because template editing is handled in ControlDesigner. To support template editing expose template data in the TemplateGroups property and call SetViewFlags(ViewFlags.TemplateEditing, true). http://go.microsoft.com/fwlink/?linkid=14202")>]
override this.GetTemplateContainerDataSource : string -> System.Collections.IEnumerable
Public Overrides Function GetTemplateContainerDataSource (templateName As String) As IEnumerable
Paramètres
Retours
Objet qui implémente une interface IEnumerable contenant une propriété DataSource au moment du design.
- Attributs
Remarques
La GetTemplateContainerDataSource méthode appelle la GetResolvedSelectedDataSource méthode pour construire une source de données à partir de l’objet spécifié par les DataSource propriétés et DataMember du contrôle associé dérivé de BaseDataList la classe.
Notes pour les appelants
La GetTemplateContainerDataSource(String) méthode est obsolète. Les appelants doivent utiliser la méthode à la GetResolvedSelectedDataSource() place. Le templateName
paramètre n’est pas utilisé.