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.
Gets a work item query results viewer URL for Team Web Access.
Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Function GetWorkItemQueryResultsUrl ( _
    projectUri As Uri, _
    queryPath As String, _
    accessMappingMoniker As String _
) As Uri
public Uri GetWorkItemQueryResultsUrl(
    Uri projectUri,
    string queryPath,
    string accessMappingMoniker
)
public:
Uri^ GetWorkItemQueryResultsUrl(
    Uri^ projectUri, 
    String^ queryPath, 
    String^ accessMappingMoniker
)
member GetWorkItemQueryResultsUrl : 
        projectUri:Uri * 
        queryPath:string * 
        accessMappingMoniker:string -> Uri
public function GetWorkItemQueryResultsUrl(
    projectUri : Uri, 
    queryPath : String, 
    accessMappingMoniker : String
) : Uri
Parameters
- projectUri 
 Type: System.Uri- The Project URI of the project that has the stored work item query. 
- queryPath 
 Type: System.String- Query path of the stored work item query. 
- accessMappingMoniker 
 Type: System.String- A moniker for the desired access mapping. 
Return Value
Type: System.Uri
A work item query results viewer URL for Team Web Access.
.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.