다음을 통해 공유


ListControlBuilder.GetChildControlType(String, IDictionary) 메서드

정의

지정된 자식 컨트롤의 태그 이름을 반환합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

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

매개 변수

tagName
String

자식의 태그 이름입니다.

attributes
IDictionary

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

반환

지정된 컨트롤 자식의 Type입니다.

적용 대상

추가 정보