다음을 통해 공유


ControlElement(String, Type) 생성자

정의

ControlElement 클래스의 인스턴스를 만듭니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

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입니다.

적용 대상

추가 정보