RootBuilder.GetChildControlType(String, IDictionary) 메서드

정의

구문 분석된 자식 컨트롤의 컨트롤 형식을 반환합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

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

매개 변수

tagName
String

자식 컨트롤의 태그 이름입니다.

attribs
IDictionary

지정된 태그 특성을 모두 보유하는 IDictionary 개체입니다.

반환

Type

자식 컨트롤의 형식입니다.

설명

합니다 GetChildControlType 메서드 재정의에서이 메서드 구현의 ControlBuilder합니다.

적용 대상