RootBuilder.GetChildControlType(String, IDictionary) 方法

定義

回傳任何解析過的子控制項的控制類型。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 override Type ^ GetChildControlType(System::String ^ tagName, System::Collections::IDictionary ^ attribs);
public override Type GetChildControlType(string tagName, System.Collections.IDictionary attribs);
override this.GetChildControlType : string * System.Collections.IDictionary -> Type
Public Overrides Function GetChildControlType (tagName As String, attribs As IDictionary) As Type

參數

tagName
String

兒童控制的標籤名稱。

attribs
IDictionary

包含所有指定標籤屬性的 IDictionary 物件。

傳回

兒童控制的類型。

備註

GetChildControlType 方法覆寫了該方法在 中的 ControlBuilder實作。

適用於