RootBuilder.GetChildControlType(String, IDictionary) Metoda

Definicja

Zwraca typ kontrolki dowolnego przeanalizowanego formantu podrzędnego.

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

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

Zwraca

Typ kontrolki podrzędnej.

Uwagi

Metoda GetChildControlType zastępuje implementację tej metody w pliku ControlBuilder.

Dotyczy