ProjectBaseCollection.

Remove(string) Method

Summary

Remove items with the specified guid from the collection.
Assembly
NAnt.VSNet.dll
Namespace
NAnt.VSNet
Containing Type
ProjectBaseCollection

Syntax

public void Remove(string guid)

Parameters

Name Type Description
guid string The guid of the project to remove from the collection.

Return Value

Type Description
void