Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Function GetWorkItemQueryResultsUrl ( _
projectUri As Uri, _
queryId As Guid _
) As Uri
public Uri GetWorkItemQueryResultsUrl(
Uri projectUri,
Guid queryId
)
public:
Uri^ GetWorkItemQueryResultsUrl(
Uri^ projectUri,
Guid queryId
)
member GetWorkItemQueryResultsUrl :
projectUri:Uri *
queryId:Guid -> Uri
public function GetWorkItemQueryResultsUrl(
projectUri : Uri,
queryId : Guid
) : Uri
Parameters
- projectUri
Type: System.Uri
- queryId
Type: System.Guid
Return Value
Type: System.Uri
.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.