DeviceSpecificChoiceControlBuilder.GetChildControlType Metodo

Definizione

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

Restituisce

Si applica a