TemplatedControlDesigner.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:
 virtual System::Collections::IEnumerable ^ GetTemplateContainerDataSource(System::String ^ templateName);
public virtual 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 virtual System.Collections.IEnumerable GetTemplateContainerDataSource (string templateName);
abstract member GetTemplateContainerDataSource : string -> System.Collections.IEnumerable
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")>]
abstract member GetTemplateContainerDataSource : string -> System.Collections.IEnumerable
override this.GetTemplateContainerDataSource : string -> System.Collections.IEnumerable
Public Overridable Function GetTemplateContainerDataSource (templateName As String) As IEnumerable

パラメーター

templateName
String

テンプレートの名前。

戻り値

IEnumerable

指定したテンプレートのコンテナーのデータ ソース。

属性

適用対象

こちらもご覧ください