MobileControlBuilder.GetChildControlType(String, IDictionary) Metoda

Definicja

Uzyskuje Type typ kontrolki odpowiadający tagowi podrzędnego. Ta metoda jest wywoływana przez platformę strony ASP.NET. Ten interfejs API jest przestarzały. Aby uzyskać informacje na temat tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Witryny z ASP.NET.

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

Parametry

tagName
String

Nazwa tagu elementu podrzędnego.

attributes
IDictionary

Tablica atrybutów zawartych w kontrolce podrzędnej.

Zwraca

Element Type podrzędny określonego formantu.

Dotyczy

Zobacz też