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.
Gets Team Web Access home URL for a specified project.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Function GetHomeUrl ( _
projectUri As Uri _
) As Uri
public Uri GetHomeUrl(
Uri projectUri
)
public:
Uri^ GetHomeUrl(
Uri^ projectUri
)
member GetHomeUrl :
projectUri:Uri -> Uri
public function GetHomeUrl(
projectUri : Uri
) : Uri
Parameters
projectUri
Type: System.UriURI of the project to be selected in the home page of Team Web Access.
Return Value
Type: System.Uri
Team Web Access home URL for a specified project.
.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.