DeviceSpecificControlBuilder.GetChildControlType(String, IDictionary) Metoda

Definicja

Type Uzyskuje typ kontrolki odpowiadający tagowi podrzędnego. Ta metoda jest wywoływana przez platformę stron ASP.NET. 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

Atrybuty IDictionary zawarte w kontrolce podrzędnej.

Zwraca

Element Type podrzędny określonej kontrolki.

Wyjątki

tagName nie jest "Wybór".

Uwagi

Ta metoda jest wywoływana przez platformę ASP.NET strony podczas analizowania i nie ma być wywoływana bezpośrednio w kodzie.

Dotyczy

Zobacz też