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 を返すようにオーバーライドされています。

注釈

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

適用対象

こちらもご覧ください