DeviceSpecificChoiceControlBuilder.GetChildControlType Método

Definição

Obtém o tipo para os controlos filhos do controlo. Esta API está obsoleta. Para informações sobre como desenvolver ASP.NET aplicações móveis, veja Apps & Mobile Apps; Sites com 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

Parâmetros

tagName
String

Uma cadeia que representa o nome da etiqueta.

attributes
IDictionary

Um IDictionary objeto.

Devoluções

Aplica-se a