DeviceElementCollection.Remove 메서드

정의

컬렉션에서 지정된 device 요소를 제거합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

오버로드

Remove(String)

컬렉션에서 명명된 device 요소를 제거합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

Remove(DeviceElement)

컬렉션에서 지정된 device 요소를 제거합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

Remove(String)

컬렉션에서 명명된 device 요소를 제거합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

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

매개 변수

name
String

제거할 DeviceElement의 키입니다.

추가 정보

적용 대상

Remove(DeviceElement)

컬렉션에서 지정된 device 요소를 제거합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

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

매개 변수

deviceElement
DeviceElement

제거할 DeviceElement입니다.

추가 정보

적용 대상