StyleSheetControlBuilder.GetChildControlType(String, IDictionary) Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
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
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.