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 オブジェクト。

戻り値

Type

子コントロールの型。

注釈

メソッド GetChildControlType は、 でのこのメソッドの実装をオーバーライドします ControlBuilder

適用対象