ObjectListControlBuilder.GetChildControlType(String, IDictionary) Metoda

Definice

Type Získá podřízené položky ovládacího prvku. Toto rozhraní API je zastaralé. Informace o vývoji ASP.NET mobilních aplikací najdete v tématu Mobilní aplikace & Weby s 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

Název značky podřízeného dítěte.

attributes
IDictionary

Pole atributů obsažených v podřízené ovládací prvek.

Návraty

Podřízený Type prvek zadaného ovládacího prvku.

Platí pro

Viz také