共用方式為


StyleSheetControlBuilder.GetChildControlType(String, IDictionary) 方法

定義

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

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

參數

name
String

子系的標記名稱。

attributes
IDictionary

子控制項內含的屬性陣列。

傳回

所指定控制項子系的 Type

適用於

另請參閱