BaseDataListDesigner.GetTemplateContainerDataSource(String) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przestroga
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
Pobiera źródło danych kontenera szablonu.
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
Parametry
- templateName
- String
Element String określający nazwę szablonu, dla którego ma być pobierane źródło danych.
Zwraca
Obiekt implementujący IEnumerable interfejs zawierający właściwość czasu DataSource projektowania.
- Atrybuty
Uwagi
Metoda GetTemplateContainerDataSource wywołuje metodę GetResolvedSelectedDataSource , aby utworzyć źródło danych z obiektu określonego przez DataSource właściwości i DataMember skojarzonej kontrolki pochodzącej z BaseDataList klasy.
Uwagi dotyczące wywoływania
Metoda GetTemplateContainerDataSource(String) jest przestarzała. Zamiast tego obiekt wywołujący powinien użyć GetResolvedSelectedDataSource() metody . Parametr templateName
nie jest używany.