Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
IDataCollectorInformation Find(
Uri uri
)
IDataCollectorInformation^ Find(
Uri^ uri
)
abstract Find :
uri:Uri -> IDataCollectorInformation
Function Find (
uri As Uri
) As IDataCollectorInformation
Parameters
uri
Type: System.UriThe URI for a specific data collector.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.IDataCollectorInformation
Information about the specified data collector.
See Also
IDataCollectorInformation
IDataCollectorHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top