XmlBuilder.GetChildControlType(String, IDictionary) Metoda

Definicja

Uzyskuje dla Type Xml formantu określonego podrzędnego formantu.

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

Parametry

tagName
String

Nazwa tagu kontrolki podrzędnej.

attribs
IDictionary

Tablica atrybutów zawartych w kontrolce podrzędnej.

Zwraca

Type

Metoda GetChildControlType(String, IDictionary) jest zastępowa, aby zawsze zwracała . null

Uwagi

Metoda GetChildControlType klasy XmlBuilder zastępuje metodę GetChildControlType ControlBuilder klasy . Ta implementacja GetChildControlType metody zawsze zwraca wartość null .

Dotyczy

Zobacz też