Share via


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

定義

指定した子コントロールのタグ名を返します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

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

適用対象

こちらもご覧ください