Aracılığıyla paylaş


StyleSheetControlBuilder.GetChildControlType(String, IDictionary) Yöntem

Tanım

Denetimin alt denetimleri için öğesini Type alır. Bu API kullanımdan kaldırıldı. ASP.NET mobil uygulama geliştirme hakkında bilgi için bkz. Mobile Apps & ASP.NET içeren siteler.

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

Parametreler

name
String

Çocuğun etiket adı.

attributes
IDictionary

Alt denetimde yer alan öznitelik dizisi.

Döndürülenler

Type Belirtilen denetimin alt öğesi.

Şunlara uygulanır

Ayrıca bkz.