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.
Gets a view build details URL.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Function GetViewBuildDetailsUrl ( _
buildUri As Uri _
) As Uri
public Uri GetViewBuildDetailsUrl(
Uri buildUri
)
public:
Uri^ GetViewBuildDetailsUrl(
Uri^ buildUri
)
member GetViewBuildDetailsUrl :
buildUri:Uri -> Uri
public function GetViewBuildDetailsUrl(
buildUri : Uri
) : Uri
Parameters
buildUri
Type: System.UriBuild URI.
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.