다음을 통해 공유


DeviceSpecificChoiceTemplateBuilder.Init 메서드

정의

인스턴스화된 후에 사용하기 위해 DeviceSpecificChoiceTemplateBuilder를 초기화합니다. 이 메서드는 ASP.NET 페이지 프레임워크에서 호출합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

public:
 override void Init(System::Web::UI::TemplateParser ^ parser, System::Web::UI::ControlBuilder ^ parentBuilder, Type ^ type, System::String ^ tagName, System::String ^ id, System::Collections::IDictionary ^ attributes);
public override void Init (System.Web.UI.TemplateParser parser, System.Web.UI.ControlBuilder parentBuilder, Type type, string tagName, string id, System.Collections.IDictionary attributes);
override this.Init : System.Web.UI.TemplateParser * System.Web.UI.ControlBuilder * Type * string * string * System.Collections.IDictionary -> unit
Public Overrides Sub Init (parser As TemplateParser, parentBuilder As ControlBuilder, type As Type, tagName As String, id As String, attributes As IDictionary)

매개 변수

parser
TemplateParser

컨트롤을 구문 분석하는 템플릿 파서 개체입니다.

parentBuilder
ControlBuilder

부모 컨트롤을 빌드하는 컨트롤 작성기 개체입니다. ControlBuilderDeviceSpecificControlBuilder 개체가 아닌 경우 예외가 throw됩니다.

type
Type

작성기에서 만들 컨트롤에 할당되는 형식입니다.

tagName
String

빌드할 태그의 이름입니다. 이 이름을 통해 작성기에서 여러 태그 형식을 지원할 수 있습니다.

id
String

컨트롤에 할당되는 ID 특성입니다.

attributes
IDictionary

지정된 태그 특성을 보유하는 개체입니다.

적용 대상