Aracılığıyla paylaş


ListControlBuilder.GetChildControlType(String, IDictionary) Yöntem

Tanım

Belirtilen alt denetimin etiket adını döndürür. Bu, API artık kullanılmıyor. ASP.NET mobil uygulama geliştirme hakkında bilgi için bkz. ASP.NET ile Mobile Apps & Siteleri.

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

Parametreler

tagName
String

Çocuğun etiket adı.

attributes
IDictionary

Alt denetimde bulunan öznitelik dizisi.

Döndürülenler

Type Belirtilen denetimin alt öğesi.

Şunlara uygulanır

Ayrıca bkz.