Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Function GetWorkItemQueryEditorUrl ( _
projectUri As Uri, _
queryPath As String _
) As Uri
public Uri GetWorkItemQueryEditorUrl(
Uri projectUri,
string queryPath
)
public:
Uri^ GetWorkItemQueryEditorUrl(
Uri^ projectUri,
String^ queryPath
)
member GetWorkItemQueryEditorUrl :
projectUri:Uri *
queryPath:string -> Uri
public function GetWorkItemQueryEditorUrl(
projectUri : Uri,
queryPath : String
) : Uri
Parameters
- projectUri
Type: System.Uri
- queryPath
Type: System.String
Return Value
Type: System.Uri
Returns 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.