DeviceSpecificChoiceControlBuilder.GetChildControlType 메서드

정의

컨트롤의 자식 컨트롤에 대한 형식을 가져옵니다. 이 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

IDictionary 개체입니다.

반환

적용 대상