DeviceSpecificControlBuilder.GetChildControlType(String, IDictionary) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与子标记对应的控件类型的 Type。 此方法由 ASP.NET 页面框架调用。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 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
不是“Choice”。
注解
此方法在分析期间由 ASP.NET 页面框架调用,不应直接在代码中调用。