StyleSheetControlBuilder.GetChildControlType(String, IDictionary) 메서드

정의

컨트롤의 Type 자식 컨트롤에 대한 값을 가져옵니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

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

매개 변수

name
String

자식의 태그 이름입니다.

attributes
IDictionary

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

반품

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

적용 대상

추가 정보