[This is preliminary documentation and subject to change.]
Determines whether a SolutionBase.ProjectEntry is in the collection.
Determines whether a SolutionBase.ProjectEntry is in the collection.
public bool Contains(ProjectEntry);
Determines whether a SolutionBase.ProjectEntry with the specified GUID is in the collection, using a case-insensitive lookup.
public bool Contains(string);
SolutionBase.ProjectEntryCollection Class | NAnt.VSNet Namespace