StyleSheetControlBuilder.GetChildControlType(String, IDictionary) Metoda

Definicja

Uzyskuje Type element dla kontrolek podrzędnych kontrolki. 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 ^ name, System::Collections::IDictionary ^ attributes);
public override Type GetChildControlType (string name, System.Collections.IDictionary attributes);
override this.GetChildControlType : string * System.Collections.IDictionary -> Type
Public Overrides Function GetChildControlType (name As String, attributes As IDictionary) As Type

Parametry

name
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ż