WorkItemStore.GetReferencingWorkItemUris Method
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)
Syntax
'Declaration
Public Function GetReferencingWorkItemUris ( _
referencedUri As Uri _
) As Uri()
public Uri[] GetReferencingWorkItemUris(
Uri referencedUri
)
public:
array<Uri^>^ GetReferencingWorkItemUris(
Uri^ referencedUri
)
member GetReferencingWorkItemUris :
referencedUri:Uri -> Uri[]
public function GetReferencingWorkItemUris(
referencedUri : Uri
) : Uri[]
Parameters
referencedUri
Type: System.UriThe 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.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | The referencedUri parameter is null. |
UriFormatException | The referencedUri parameter is incorrectly formatted. See Uri for examples of correct formatting. |
.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.