DeviceSpecificControlBuilder.GetChildControlType(String, IDictionary) 方法

定义

Type获取与子标记对应的控件类型。 此方法由 ASP.NET 页框架调用。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

public:
 override Type ^ GetChildControlType(System::String ^ tagName, System::Collections::IDictionary ^ attributes);
public override Type GetChildControlType(string tagName, System.Collections.IDictionary attributes);
override this.GetChildControlType : string * System.Collections.IDictionary -> Type
Public Overrides Function GetChildControlType (tagName As String, attributes As IDictionary) As Type

参数

tagName
String

子项的标记名称。

attributes
IDictionary

IDictionary子控件中包含的属性。

返回

Type指定控件的子级。

例外

tagName 不是“选项”。

注解

此方法在分析过程中由 ASP.NET 页面框架调用,不应直接在代码中调用。

适用于

另请参阅