StyleSheetControlBuilder.GetChildControlType(String, IDictionary) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Type获取控件的子控件。 此 API 已过时。 有关如何开发 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
子项的标记名称。
- attributes
- IDictionary
子控件中包含的属性数组。
返回
Type指定控件的子级。