IComSoapIISVRoot.Delete(String, String, String, String) Método

Definição

Excluir uma raiz virtual do IIS (Serviços de Informações da Internet).Deletes an Internet Information Services (IIS) virtual root.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

public:
 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
Public Sub Delete (RootWeb As String, PhysicalDirectory As String, VirtualDirectory As String, ByRef Error As String)

Parâmetros

RootWeb
String

O servidor Web raiz.The root Web server.

PhysicalDirectory
String

O caminho físico da raiz virtual.The physical path of the virtual root.

VirtualDirectory
String

O nome da raiz virtual.The name of the virtual root.

Error
String

Uma cadeia de caracteres na qual uma mensagem de erro pode ser gravada.A string to which an error message can be written.

Comentários

A IComSoapIISVRoot interface não precisa ser implementada diretamente no seu código.The IComSoapIISVRoot interface does not need to be implemented directly in your code. Como alternativa, a IComSoapPublisher interface (implementada pela Publish classe) expõe um DeleteVirtualRoot método.Alternatively, the IComSoapPublisher interface (implemented by the Publish class), exposes a DeleteVirtualRoot method. No entanto, esse método não é totalmente implementado pelo Publish .However, that method is not fully implemented by Publish.

Aplica-se a