ObjectListCommandCollection.Remove(String) 메서드

정의

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

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

매개 변수

s
String

제거할 명령의 이름입니다. 이 메서드는 이 값과 일치하는 첫 번째 명령을 컬렉션에서 제거합니다.

적용 대상

추가 정보