ILinking.GetArtifactUrl Method (String)
Gets the URL for an artifact for addressability in links.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Dichiarazione
Function GetArtifactUrl ( _
uri As String _
) As String
string GetArtifactUrl(
string uri
)
String^ GetArtifactUrl(
String^ uri
)
abstract GetArtifactUrl :
uri:string -> string
function GetArtifactUrl(
uri : String
) : String
Parameters
- uri
Type: System.String
The URI of the artifact for which a URL is desired.
Return Value
Type: System.String
The URL to the artifact.
.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.