ListControlBuilder.GetChildControlType(String, IDictionary) Metoda

Definicja

Zwraca nazwę tagu określonej kontrolki podrzędnej. Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & 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ślonej kontrolki.

Dotyczy

Zobacz też