Bagikan melalui


ListControlBuilder.GetChildControlType(String, IDictionary) Metode

Definisi

Mengembalikan nama tag kontrol anak tertentu. API ini kedaluarsa. Untuk informasi tentang cara mengembangkan aplikasi seluler ASP.NET, lihat Situs & Mobile Apps dengan ASP.NET.

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

Parameter

tagName
String

Nama tag anak.

attributes
IDictionary

Array atribut yang terkandung dalam kontrol anak.

Mengembalikan

Dari Type anak kontrol yang ditentukan.

Berlaku untuk

Lihat juga