BaseDataListDesigner.GetTemplateContainerDataSource(String) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Attenzione
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
Ottiene l'origine dati del contenitore del modello.
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
Parametri
Restituisce
Oggetto che implementa un'interfaccia IEnumerable contenente una proprietà DataSource della fase di progettazione.
- Attributi
Commenti
Il GetTemplateContainerDataSource metodo chiama il GetResolvedSelectedDataSource metodo per costruire un'origine dati dall'oggetto specificato dalle DataSource proprietà e DataMember del controllo associato derivato dalla BaseDataList classe .
Note per i chiamanti
Il GetTemplateContainerDataSource(String) metodo è obsoleto. I chiamanti devono invece usare il GetResolvedSelectedDataSource() metodo . Il templateName
parametro non viene usato.