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

子コントロールに含まれる属性の配列。

返品

GetChildControlType(String, IDictionary) メソッドは、常にnullを返すようにオーバーライドされます。

注釈

GetChildControlType クラスのXmlBuilder メソッドは、GetChildControlType クラスのControlBuilder メソッドをオーバーライドします。 GetChildControlType メソッドのこの実装では、常にnullが返されます。

適用対象

こちらもご覧ください