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

WebMapCollection.FindBestMatch Method 

[This is preliminary documentation and subject to change.]

Find the best matching WebMap for the given Uri.

[Visual Basic]
Public Function FindBestMatch( _
   ByVal uri As String _
) As String
[C#]
public string FindBestMatch(
   string uri
);

Parameters

uri
The value to match against the WebMap objects in the collection.

Return Value

Missing <returns> documentation for M:NAnt.VSNet.Types.WebMapCollection.FindBestMatch(System.String)

Remarks

Missing <remarks> documentation for M:NAnt.VSNet.Types.WebMapCollection.FindBestMatch(System.String)

See Also

WebMapCollection Class | NAnt.VSNet.Types Namespace