Bahasa

XmlBuilder.GetChildControlType(String, IDictionary) Metode

Definisi

Type Mendapatkan untuk Xml kontrol anak yang ditentukan kontrol.

public:
 override Type ^ GetChildControlType(System::String ^ tagName, System::Collections::IDictionary ^ attribs);
public override Type GetChildControlType(string tagName, System.Collections.IDictionary attribs);
override this.GetChildControlType : string * System.Collections.IDictionary -> Type
Public Overrides Function GetChildControlType (tagName As String, attribs As IDictionary) As Type

Parameter

tagName
String

Nama tag kontrol anak.

attribs
IDictionary

Array atribut yang terkandung dalam kontrol anak.

Mengembalikan

Metode GetChildControlType(String, IDictionary) ini ditimpa untuk selalu mengembalikan null.

Keterangan

Metode GetChildControlTypeXmlBuilder kelas mengambil alih GetChildControlType metode ControlBuilder kelas. Implementasi GetChildControlType metode ini selalu mengembalikan null.

Berlaku untuk

Lihat juga