共用方式為


DeviceSpecificControlBuilder.GetChildControlType(String, IDictionary) 方法

定義

取得對應到子標記之控制項類型的 Type。 此方法由 ASP.NET 網頁架構呼叫。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

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 頁面架構呼叫,並非直接在程式代碼中呼叫。

適用於

另請參閱