共用方式為


XmlBuilder.GetChildControlType(String, IDictionary) 方法

定義

取得 Type 控制項之指定子控制項的 Xml

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

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

傳回

Type

GetChildControlType(String, IDictionary) 方法會遭覆寫,以永遠傳回 null

備註

GetChildControlType類別的方法會 XmlBuilder 覆寫 GetChildControlType 類別的方法 ControlBuilder 。 這種方法的執行一律會傳回 GetChildControlType null

適用於

另請參閱