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 | |
---|---|---|
VersionControlIntegrationUri(String) | Construct an Integration uri object given an artifact name. | |
VersionControlIntegrationUri(String, String) | Construct an Integration uri object by using a Url of a Team Foundation Server and an artifact name. | |
VersionControlIntegrationUri(ILinking, String) | Construct an Integration Uri object by using the proxy services of a specific service provider. | |
VersionControlIntegrationUri(TeamFoundationServer, String) | Obsolete. Construct an Integration uri object given a TeamFoundationServer object and an artifact name. | |
VersionControlIntegrationUri(TfsTeamProjectCollection, String) | Construct an Integration uri object given a TeamFoundationServer object and an artifact name. | |
VersionControlIntegrationUri(String, ArtifactType, String) | Build a VersionControlIntegrationUri object by using the BIS server, artifact type, and artifact name. | |
VersionControlIntegrationUri(TeamFoundationServer, ArtifactType, String) | Obsolete. Construct an VersionControlIntegrationUri object given a TeamFoundationServer object, type and artifact name | |
VersionControlIntegrationUri(TfsTeamProjectCollection, ArtifactType, String) | Construct an VersionControlIntegrationUri object given a TfsTeamProjectCollection object, type and artifact name |
Top
Properties
Name | Description | |
---|---|---|
ArtifactId | Gets the ArtifactId for the version control artifact | |
ArtifactName | Returns the name of the Version Control artifact. | |
ArtifactTitle | Returns the title of the artifact. The title varies by the type of the artifact. artifact. | |
ArtifactType | Returns the type of the Version Control artifact. | |
TeamFoundationServerUrl | Returns the Url of the Team Foundation server | |
Uri | Returns the Uri of the artifact. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns the string value of the artifact's Uri. (Overrides Object.ToString().) | |
ToUrl | Returns the Url of the artifact; the Url may be addressed to obtain detailed information about the artifact. |
Top
Fields
Name | Description | |
---|---|---|
m_artifactName | ||
m_artifactType | ||
ParameterDelimiterCharacter | ||
s_parameterDelimiters | ||
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.