IDataCollectorHelper.Find Method

Finds and retrieves information about a data collector that is identified by the given uniform resource identifier (URI).

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
Function Find ( _
    uri As Uri _
) As IDataCollectorInformation
IDataCollectorInformation Find(
    Uri uri
)
IDataCollectorInformation^ Find(
    Uri^ uri
)
abstract Find : 
        uri:Uri -> IDataCollectorInformation 
function Find(
    uri : Uri
) : IDataCollectorInformation

Parameters

  • uri
    Type: System.Uri
    The URI for a specific data collector.

Return Value

Type: Microsoft.TeamFoundation.TestManagement.Client.IDataCollectorInformation
Information about the specified data collector.

.NET Framework Security

See Also

Reference

IDataCollectorHelper Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

IDataCollectorInformation