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
'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: UriThe URI for a specific data collector.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.IDataCollectorInformation
Information about the specified data collector.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IDataCollectorHelper Interface