ControlElement(String, Type) 생성자

정의

ControlElement 클래스의 인스턴스를 만듭니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

public:
 ControlElement(System::String ^ name, Type ^ adapter);
public ControlElement(string name, Type adapter);
new System.Web.UI.MobileControls.ControlElement : string * Type -> System.Web.UI.MobileControls.ControlElement
Public Sub New (name As String, adapter As Type)

매개 변수

name
String

구성이 적용되는 컨트롤의 이름입니다.

adapter
Type

Type 컨트롤에서 사용해야 하는 어댑터입니다.

적용 대상

추가 정보