次の方法で共有


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呼び出して、 クラスから派生した関連付けられたコントロールの および DataMember プロパティでDataSource指定された オブジェクトからBaseDataListデータ ソースを構築します。

注意 (呼び出し元)

メソッドは GetTemplateContainerDataSource(String) 廃止されました。 呼び出し元は、代わりに メソッドを使用する GetResolvedSelectedDataSource() 必要があります。 パラメーターは templateName 使用されません。

適用対象

こちらもご覧ください