DeviceSpecificChoiceControlBuilder.GetChildControlType 方法

定義

取得控制項之子控制項的型別。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

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 物件。

傳回

適用於