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

TargetCollection.Find Method 

[This is preliminary documentation and subject to change.]

Finds a target by name.

[Visual Basic]
Public Function Find( _
   ByVal targetName As String _
) As Target
[C#]
public Target Find(
   string targetName
);

Parameters

targetName
The name of the target to find.

Return Value

The Target with the specified name, or a null reference (Nothing in Visual Basic) if no Target exists with the given name.

Remarks

Missing <remarks> documentation for M:NAnt.Core.TargetCollection.Find(System.String)

See Also

TargetCollection Class | NAnt.Core Namespace