MobileControlBuilder.GetChildControlType(String, IDictionary) メソッド

定義

子タグに対応するコントロール型の Type を取得します。 このメソッドは、ASP.NET ページ フレームワークによって呼び出されます。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

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

パラメーター

tagName
String

子のタグ名。

attributes
IDictionary

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

返品

指定したコントロールの子の Type

適用対象

こちらもご覧ください