StyleSheetControlBuilder.GetChildControlType(String, IDictionary) Metod

Definition

Hämtar Type för kontrollens underordnade kontroller. 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 ^ name, System::Collections::IDictionary ^ attributes);
public override Type GetChildControlType(string name, System.Collections.IDictionary attributes);
override this.GetChildControlType : string * System.Collections.IDictionary -> Type
Public Overrides Function GetChildControlType (name As String, attributes As IDictionary) As Type

Parametrar

name
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