Compartir a través de


BaseDataListDesigner.GetTemplateContainerDataSource(String) Método

Definición

Precaución

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

Obtiene el origen de datos del contenedor de la plantilla.

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

Parámetros

templateName
String

String que especifica el nombre de la plantilla para la que se va a obtener el origen de datos.

Devoluciones

Objeto que implementa una interfaz IEnumerable que contiene una propiedad DataSource en tiempo de diseño.

Atributos

Comentarios

El GetTemplateContainerDataSource método llama al GetResolvedSelectedDataSource método para construir un origen de datos a partir del objeto especificado por las DataSource propiedades y DataMember del control asociado derivado de la BaseDataList clase .

Notas a los autores de las llamadas

El GetTemplateContainerDataSource(String) método está obsoleto. Los autores de llamadas deben usar el GetResolvedSelectedDataSource() método en su lugar. No se usa el templateName parámetro .

Se aplica a

Consulte también