ControlElementCollection.Remove 메서드

정의

컬렉션에서 ControlElement 제거합니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

오버로드

Name Description
Remove(String)

컬렉션에서 ControlElement 이름으로 식별되는 개체를 제거합니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

Remove(ControlElement)

컬렉션에서 지정된 ControlElement 값을 제거합니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

Remove(String)

컬렉션에서 ControlElement 이름으로 식별되는 개체를 제거합니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

public:
 void Remove(System::String ^ name);
public void Remove(string name);
member this.Remove : string -> unit
Public Sub Remove (name As String)

매개 변수

name
String

제거할 이름입니다 ControlElement .

추가 정보

적용 대상

Remove(ControlElement)

컬렉션에서 지정된 ControlElement 값을 제거합니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

public:
 void Remove(System::Web::UI::MobileControls::ControlElement ^ controlElement);
public void Remove(System.Web.UI.MobileControls.ControlElement controlElement);
member this.Remove : System.Web.UI.MobileControls.ControlElement -> unit
Public Sub Remove (controlElement As ControlElement)

매개 변수

controlElement
ControlElement

ControlElement 개체입니다.

추가 정보

적용 대상