StyleSheetControlBuilder.GetChildControlType(String, IDictionary) 方法
定义
获取控件的子控件的 Type。Obtains the Type for the control's child controls. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public:
override Type ^ GetChildControlType(System::String ^ name, System::Collections::IDictionary ^ attributes);
public override Type GetChildControlType (string name, System.Collections.IDictionary attributes);
override this.GetChildControlType : string * System.Collections.IDictionary -> Type
Public Overrides Function GetChildControlType (name As String, attributes As IDictionary) As Type
参数
- name
- String
子级的标记名称。The tag name of the child.
- attributes
- IDictionary
包含在子控件中的属性的数组。An array of attributes contained in the child control.
返回
指定控件的子级的 Type。The Type of the specified control's child.