Aracılığıyla paylaş


MobileControlBuilder.GetChildControlType(String, IDictionary) Yöntem

Tanım

Alt etikete Type karşılık gelen denetim türünün değerini alır. Bu yöntem, ASP.NET sayfa çerçevesi tarafından çağrılı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.