Aracılığıyla paylaş


StyleSheetControlBuilder.GetChildControlType(String, IDictionary) Yöntem

Tanım

Denetimin alt denetimleri için öğesini Type alı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 ^ 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 bulunan öznitelik dizisi.

Döndürülenler

Type Belirtilen denetimin alt öğesi.

Şunlara uygulanır

Ayrıca bkz.