Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains methods for validating link data.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.LinkingUtilities
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public NotInheritable Class LinkingUtilities
public static class LinkingUtilities
public ref class LinkingUtilities abstract sealed
[<AbstractClass>]
[<Sealed>]
type LinkingUtilities = class end
public final class LinkingUtilities
The LinkingUtilities type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() |
DecodeUri | Gets the ArtifactId of the Artifact at the specified URI. |
![]() ![]() |
EncodeUri | Gets the URI of the specified Artifact with the specified ArtifactID. |
![]() ![]() |
GetArtifactUri | Gets the URI of the Artifact at the specified URL. |
![]() ![]() |
IsArtifactIdWellFormed | Checks to see if the specified ArtifactId is well formed. |
![]() ![]() |
IsArtifactToolSpecificIdWellFormed | Checks whether the specified tool specific ID is well formed. |
![]() ![]() |
IsArtifactTypeWellFormed | Checks whether the specified artifact type is well formed. |
![]() ![]() |
IsToolTypeWellFormed | Checks whether the specified tool type is well formed. |
![]() ![]() |
IsUriWellFormed | Checks whether the specified URI is well formed. |
![]() ![]() |
RemoveDuplicateArtifacts | Removes duplicate artifacts from the specified ArrayList of Artifacts. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.