RootBuilder.GetChildControlType(String, IDictionary) Methode

Definitie

Retourneert het type besturingselement van eventuele geparseerde onderliggende besturingselementen.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

public:
 override Type ^ GetChildControlType(System::String ^ tagName, System::Collections::IDictionary ^ attribs);
public override Type GetChildControlType(string tagName, System.Collections.IDictionary attribs);
override this.GetChildControlType : string * System.Collections.IDictionary -> Type
Public Overrides Function GetChildControlType (tagName As String, attribs As IDictionary) As Type

Parameters

tagName
String

De tagnaam van het onderliggende besturingselement.

attribs
IDictionary

Het IDictionary object met alle opgegeven tagkenmerken.

Retouren

Het type onderliggend besturingselement.

Opmerkingen

De GetChildControlType methode overschrijft de implementatie van deze methode in ControlBuilder.

Van toepassing op