HtmlHeadBuilder.GetChildControlType(String, IDictionary) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
public:
override Type ^ GetChildControlType(System::String ^ tagName, System::Collections::IDictionary ^ attribs);
public override Type GetChildControlType(string tagName, System.Collections.IDictionary attribs);
override this.GetChildControlType : string * System.Collections.IDictionary -> Type
Public Overrides Function GetChildControlType (tagName As String, attribs As IDictionary) As Type
매개 변수
- tagName
- String
자식 컨트롤의 태그 이름입니다.
- attribs
- IDictionary
자식 컨트롤에 포함된 특성 배열입니다.
반품
Type 지정된 컨트롤의 자식 컨트롤입니다.
설명
이 메서드는 GetChildControlType , HtmlTitle및 HtmlLink 컨트롤이 나타내는 자식 HTML 요소에 HtmlMeta대한 컨트롤 형식을 반환합니다. 이 메서드는 다른 모든 자식 컨트롤에 대해 null 참조(Visual Basic Nothing)를 반환합니다.