Bagikan melalui


StyleSheetControlBuilder.GetChildControlType(String, IDictionary) Metode

Definisi

Type Mendapatkan untuk kontrol anak kontrol. 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 ^ 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

Parameter

name
String

Nama tag anak.

attributes
IDictionary

Array atribut yang terkandung dalam kontrol anak.

Mengembalikan

Dari Type anak kontrol yang ditentukan.

Berlaku untuk

Lihat juga