RootBuilder.GetChildControlType(String, IDictionary) Metoda

Definicja

Zwraca typ formantu wszystkich analizowanych kontrolek podrzędnych.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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

Obiekt, IDictionary który przechowuje wszystkie określone atrybuty tagu.

Zwraca

Type

Typ kontrolki podrzędnej.

Uwagi

Metoda GetChildControlType przesłania implementację tej metody w metodzie ControlBuilder .

Dotyczy