This documentation is archived and is not being maintained.
TswaHyperlinkBuilder.GetWorkItemEditorUrl Method (Uri, String, String)
Visual Studio 2013
Gets a work item editor URL that creates a work item of a specified work item type.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
public Uri GetWorkItemEditorUrl( Uri projectUri, string workItemType, string accessMappingMoniker )
Parameters
- projectUri
- Type: System.Uri
URI of the selected project.
- workItemType
- Type: System.String
Type of the work item to be created.
- accessMappingMoniker
- Type: System.String
A moniker for the desired access mapping.
Return Value
Type: System.UriWork item editor URL that creates a work item of a specified work item type.
- 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: