TswaHyperlinkBuilder.GetWorkItemQueryResultsUrl Method (Uri, Guid, String)
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, _
queryId As Guid, _
accessMappingMoniker As String _
) As Uri
public Uri GetWorkItemQueryResultsUrl(
Uri projectUri,
Guid queryId,
string accessMappingMoniker
)
public:
Uri^ GetWorkItemQueryResultsUrl(
Uri^ projectUri,
Guid queryId,
String^ accessMappingMoniker
)
member GetWorkItemQueryResultsUrl :
projectUri:Uri *
queryId:Guid *
accessMappingMoniker:string -> Uri
public function GetWorkItemQueryResultsUrl(
projectUri : Uri,
queryId : Guid,
accessMappingMoniker : String
) : Uri
Parameters
projectUri
Type: System.UriThe Project URI of the project that has the stored work item query. Project URI can be null. In this case, the query will be searched acrossall projects in the collection.
queryId
Type: System.GuidGUID of the stored work item query.
accessMappingMoniker
Type: System.StringA 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.