BaseDataListDesigner.GetTemplateContainerDataSource(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
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
參數
傳回
物件,實作包含設計階段 IEnumerable 屬性的 DataSource 介面。
- 屬性
備註
方法 GetTemplateContainerDataSource 會 GetResolvedSelectedDataSource 呼叫 方法,從衍生自 BaseDataList 類別之相關聯控制項的 和 DataMember 屬性所 DataSource 指定的 物件建構資料來源。
給呼叫者的注意事項
方法 GetTemplateContainerDataSource(String) 已過時。 呼叫端應該改用 GetResolvedSelectedDataSource() 方法。
templateName
不使用 參數。