DeviceSpecificControlBuilder.GetChildControlType(String, IDictionary) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得對應到子標記之控制項類型的 Type。 此方法由 ASP.NET 網頁架構呼叫。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with 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。
傳回
所指定控制項子系的 Type。
例外狀況
tagName
不是 "Choice"。
備註
這個方法是由剖析期間 ASP.NET 頁面架構所呼叫,不適合直接在您的程式代碼中呼叫。