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

SolutionBase.ProjectEntryCollection.Item Property (String)

[This is preliminary documentation and subject to change.]

Gets the SolutionBase.ProjectEntry with the specified GUID.

[Visual Basic]
Overloads Public Default Property Item( _
   ByVal guid As String _
) As ProjectEntry
[C#]
public SolutionBase.ProjectEntry this[
   string guid
] {get; set;}

Parameters

guid
The GUID of the SolutionBase.ProjectEntry to get.

Remarks

Performs a case-insensitive lookup.

See Also

SolutionBase.ProjectEntryCollection Class | NAnt.VSNet Namespace | SolutionBase.ProjectEntryCollection.Item Overload List