다음을 통해 공유


IISVirtualRoot.Delete(String, String, String, String) 메서드

정의

IIS(인터넷 정보 서비스) 가상 루트를 삭제합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 virtual void Delete(System::String ^ RootWeb, System::String ^ PhysicalDirectory, System::String ^ VirtualDirectory, [Runtime::InteropServices::Out] System::String ^ % Error);
public void Delete (string RootWeb, string PhysicalDirectory, string VirtualDirectory, out string Error);
abstract member Delete : string * string * string * string -> unit
override this.Delete : string * string * string * string -> unit
Public Sub Delete (RootWeb As String, PhysicalDirectory As String, VirtualDirectory As String, ByRef Error As String)

매개 변수

RootWeb
String

DeleteVirtualRoot(String, String, String) 메서드의 RootWebServer에 지정된 루트 웹 서버입니다.

PhysicalDirectory
String

가상 루트의 실제 경로입니다.

VirtualDirectory
String

가상 루트의 이름입니다.

Error
String

오류 메시지를 쓸 수 있는 문자열입니다.

구현

설명

Public 이지만 Delete 메서드는 직접 호출할 수 없습니다.

또는 DeleteVirtualRoot 메서드. 그러나이 메서드가 완전히 구현 되지 않습니다.

적용 대상