VersionedItemUri Class
A URI representation a Version Control versioned item artifact.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationUri
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 VersionedItemUri _
Inherits VersionControlIntegrationUri
public class VersionedItemUri : VersionControlIntegrationUri
public ref class VersionedItemUri : public VersionControlIntegrationUri
type VersionedItemUri =
class
inherit VersionControlIntegrationUri
end
public class VersionedItemUri extends VersionControlIntegrationUri
The VersionedItemUri type exposes the following members.
Constructors
Name | Description | |
---|---|---|
VersionedItemUri(String, Int32, Int32, UriType) | Constructs a Versioned Item URI object given a server path, changeset, and deletion ID and whether the URI will be for a Web view. | |
VersionedItemUri(String, String, Int32, Int32) | See overload. | |
VersionedItemUri(TeamFoundationServer, String, Int32, Int32) | Obsolete. See overload. | |
VersionedItemUri(TfsTeamProjectCollection, String, Int32, Int32) | See overload. | |
VersionedItemUri(String, String, Int32, Int32, UriType) | Constructs a Versioned Item URI object given a Team Foundation Server URL, a server path, changeset, and deletion ID. | |
VersionedItemUri(TeamFoundationServer, String, Int32, Int32, UriType) | Obsolete. Constructs a Versioned Item URI object given a Team Foundation Server object, a server path, changeset, and deletion id and whether the URI will be for a Web view. | |
VersionedItemUri(TfsTeamProjectCollection, String, Int32, Int32, UriType) | Constructs a Versioned Item URI object given a Team Foundation Server object, a server path, changeset, and deletion ID and whether the URI will be for a Web view. |
Top
Properties
Name | Description | |
---|---|---|
ArtifactId | Gets the ArtifactId for the version control artifact (Inherited from VersionControlIntegrationUri.) | |
ArtifactName | Returns the name of the Version Control artifact. (Inherited from VersionControlIntegrationUri.) | |
ArtifactTitle | Returns the title of the Versioned Item artifact. (Overrides VersionControlIntegrationUri.ArtifactTitle.) | |
ArtifactType | Returns the type of the Version Control artifact. (Inherited from VersionControlIntegrationUri.) | |
TeamFoundationServerUrl | Returns the Url of the Team Foundation server (Inherited from VersionControlIntegrationUri.) | |
Uri | Returns the Uri of the artifact. (Inherited from VersionControlIntegrationUri.) |
Top
Methods
Name | Description | |
---|---|---|
Decode(String, String%) | See overload. | |
Decode(String, String%, Int32%, Int32%) | See overload. | |
Decode(String, String%, Int32%, Int32%, UriType%) | ||
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. (Inherited from VersionControlIntegrationUri.) | |
ToUrl | Returns the Url of the artifact; the Url may be addressed to obtain detailed information about the artifact. (Inherited from VersionControlIntegrationUri.) |
Top
Fields
Name | Description | |
---|---|---|
m_artifactName | (Inherited from VersionControlIntegrationUri.) | |
m_artifactType | (Inherited from VersionControlIntegrationUri.) |
Top
Remarks
Versioned items represent specific versions of items.
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.