MobileControlBuilder.GetChildControlType(String, IDictionary) Metod

Definition

Hämtar den Type kontrolltyp som motsvarar en underordnad tagg. Den här metoden anropas av det ASP.NET sidramverket. Det här API:et är föråldrat. Information om hur du utvecklar ASP.NET mobila program finns i Mobile Apps & Webbplatser med 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

Parametrar

tagName
String

Taggnamnet på underordnad.

attributes
IDictionary

En matris med attribut som finns i den underordnade kontrollen.

Returer

Den Type angivna kontrollens underordnade.

Gäller för

Se även