HostServices.UnregisterProject(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.