共用方式為


MobileControlBuilder.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

子控制項內含的屬性陣列。

傳回

所指定控制項子系的 Type

適用於

另請參閱