DeviceSpecificChoiceControlBuilder.GetChildControlType 方法

定义

获取控件的子控件的类型。 此 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 对象。

返回

适用于