DeviceSpecificChoiceControlBuilder.GetChildControlType メソッド

定義

コントロールの子コントロールの型を取得します。 この 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

IDictionary オブジェクト。

返品

適用対象