Udostępnij za pośrednictwem


StyleSheetControlBuilder.GetChildControlType(String, IDictionary) Metoda

Definicja

Uzyskuje kontrolkę Type dla kontrolek podrzędnych kontrolki. 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 ^ 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ż