VersionControlIntegrationUri Class

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationUri
    Microsoft.TeamFoundation.VersionControl.Common.ChangesetUri
    Microsoft.TeamFoundation.VersionControl.Common.LabelUri
    Microsoft.TeamFoundation.VersionControl.Common.LatestItemVersionUri
    Microsoft.TeamFoundation.VersionControl.Common.ShelvedItemUri
    Microsoft.TeamFoundation.VersionControl.Common.ShelvesetUri
    Microsoft.TeamFoundation.VersionControl.Common.VersionedItemUri

Namespace:  Microsoft.TeamFoundation.VersionControl.Common
Assembly:  Microsoft.TeamFoundation.VersionControl.Common.Integration (in Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)

Syntax

'Declaration
Public Class VersionControlIntegrationUri
public class VersionControlIntegrationUri
public ref class VersionControlIntegrationUri
type VersionControlIntegrationUri =  class end
public class VersionControlIntegrationUri

The VersionControlIntegrationUri type exposes the following members.

Constructors

  Name Description
Public method VersionControlIntegrationUri(String)
Public method VersionControlIntegrationUri(String, String)
Public method VersionControlIntegrationUri(ILinking, String)
Public method VersionControlIntegrationUri(TeamFoundationServer, String) Obsolete.
Public method VersionControlIntegrationUri(TfsTeamProjectCollection, String)
Public method VersionControlIntegrationUri(String, ArtifactType, String)
Public method VersionControlIntegrationUri(TeamFoundationServer, ArtifactType, String) Obsolete.
Public method VersionControlIntegrationUri(TfsTeamProjectCollection, ArtifactType, String)

Top

Properties

  Name Description
Public property ArtifactId
Public property ArtifactName
Public property ArtifactTitle
Public property ArtifactType
Public property TeamFoundationServerUrl
Public property Uri

Top

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString (Overrides Object.ToString().)
Public method ToUrl

Top

Fields

  Name Description
Protected field m_artifactName
Protected field m_artifactType
Protected fieldStatic member ParameterDelimiterCharacter
Protected fieldStatic member s_parameterDelimiters
Protected fieldStatic member ValueDelimiterCharacter

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.

See Also

Reference

Microsoft.TeamFoundation.VersionControl.Common Namespace