DeviceSpecificControlBuilder.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 IDictionary av attributen som finns i den underordnade kontrollen.

Returer

Den Type angivna kontrollens underordnade.

Undantag

tagName är inte "Choice".

Kommentarer

Den här metoden anropas av det ASP.NET sidramverket under parsningen och är inte avsedd att anropas direkt i koden.

Gäller för

Se även