HostServices.UnregisterProject(String) Method

Definition

Unregister the project's host objects, if any and remove any node affinities associated with it.

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

Parameters

projectFullPath
String

The path to the project to unregister.

Applies to