Поделиться через


BaseDataListDesigner.GetTemplateContainerDataSource(String) Метод

Определение

Внимание!

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(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

Параметры

templateName
String

Объект типа String, задающий имя шаблона, для которого должен быть получен источник данных.

Возвращаемое значение

Объект, который реализует интерфейс IEnumerable, содержащий свойство DataSource времени разработки.

Атрибуты

Комментарии

Метод GetTemplateContainerDataSource вызывает GetResolvedSelectedDataSource метод для создания источника данных из объекта , указанного свойствами DataSource и DataMember связанного элемента управления, производного от BaseDataList класса .

Примечания для тех, кто вызывает этот метод

Метод GetTemplateContainerDataSource(String) устарел. Вместо этого вызывающим абонентам GetResolvedSelectedDataSource() следует использовать метод . Параметр templateName не используется.

Применяется к

См. также раздел