NAnt SDK Documentation - v0.85-nightly-2005-11-09

ProjectBaseCollection.Remove Method (String)

[This is preliminary documentation and subject to change.]

Remove items with the specified guid from the collection.

[Visual Basic]
Overloads Public Sub Remove( _
   ByVal guid As String _
)
[C#]
public void Remove(
   string guid
);

Parameters

guid
The guid of the project to remove from the collection.

Remarks

Missing <remarks> documentation for M:NAnt.VSNet.ProjectBaseCollection.Remove(System.String)

See Also

ProjectBaseCollection Class | NAnt.VSNet Namespace | ProjectBaseCollection.Remove Overload List