XmlBuilder.GetChildControlType(String, IDictionary) 메서드

정의

Type 컨트롤의 지정한 자식 컨트롤에 대한 Xml을 가져옵니다.

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

자식 컨트롤에 포함된 특성의 배열입니다.

반환

Type

GetChildControlType(String, IDictionary) 메서드는 항상 null을 반환하도록 재정의됩니다.

설명

GetChildControlType클래스의 메서드는 XmlBuilder GetChildControlType 클래스의 메서드를 재정의합니다. ControlBuilder 메서드의 이 구현은 GetChildControlType 항상 를 null 반환합니다.

적용 대상

추가 정보