Compartilhar via


DeviceSpecificChoiceControlBuilder.GetChildControlType Método

Definição

Obtém o tipo para os controles filho do controle. Esta API está obsoleta. Para obter informações sobre como desenvolver aplicativos móveis ASP.NET, consulte Aplicativos Móveis & 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 de caracteres que representa o nome da marca.

attributes
IDictionary

Um objeto IDictionary.

Retornos

Aplica-se a