Udostępnij za pośrednictwem


ListControlBuilder.GetChildControlType(String, IDictionary) Metoda

Definicja

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