MobileControlBuilder.GetChildControlType(String, IDictionary) 메서드

정의

자식 태그에 Type 해당하는 컨트롤 형식을 가져옵니다. 이 메서드는 ASP.NET 페이지 프레임워크에서 호출됩니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

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 지정된 컨트롤의 자식입니다.

적용 대상

추가 정보