DeviceSpecificChoiceControlBuilder.GetChildControlType Metodo

Definizione

Ottiene il tipo per i controlli figlio del controllo. Questa API è obsoleta. Per informazioni su come sviluppare applicazioni per dispositivi mobili ASP.NET, vedere App per dispositivi mobili e Siti con 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

Parametri

tagName
String

Stringa che rappresenta il nome del tag.

attributes
IDictionary

Oggetto IDictionary.

Valori restituiti

Si applica a