This documentation is archived and is not being maintained.
WorkItemStore::GetReferencingWorkItemUris Method
Visual Studio 2013
Gets an array of work item uniform resource identifiers (URIs) that point to the specified work item.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Parameters
- referencedUri
- Type: System::Uri
The work item from which to get an array of referencing work items.
Return Value
Type: array<System::Uri>An array of work item URIs that reference the work item that is specified by referencedUri.
| Exception | Condition |
|---|---|
| ArgumentNullException | The referencedUri parameter is null. |
| UriFormatException | The referencedUri parameter is incorrectly formatted. See Uri for examples of correct formatting. |
- 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.
Show: