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

指定模板的容器的数据源。

属性

适用于

另请参阅