DeviceSpecificChoiceControlBuilder.GetChildControlType 메서드

정의

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

IDictionary 개체입니다.

반품

적용 대상