Aracılığıyla paylaş


BaseDataListDesigner.GetTemplateContainerDataSource(String) Yöntem

Tanım

Dikkat

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

Şablon kapsayıcısının veri kaynağını alır.

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

Parametreler

templateName
String

StringVeri kaynağının alınacağı şablonun adını belirten bir.

Döndürülenler

IEnumerable

IEnumerableTasarım zamanı özelliği içeren bir arabirim uygulayan nesne DataSource .

Öznitelikler

Açıklamalar

GetTemplateContainerDataSourceYöntemi, GetResolvedSelectedDataSource DataSource DataMember sınıfından türetilen ilişkili denetimin ve özellikleri tarafından belirtilen nesneden bir veri kaynağı oluşturmak için yöntemini çağırır BaseDataList .

Arayanlara Notlar

GetTemplateContainerDataSource(String)Yöntemi artık kullanılmıyor. Çağıranlar GetResolvedSelectedDataSource() bunun yerine yöntemini kullanmalıdır. templateNameParametresi kullanılmıyor.

Şunlara uygulanır

Ayrıca bkz.