LatestItemVersionUri Class
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationUri
Microsoft.TeamFoundation.VersionControl.Common.LatestItemVersionUri
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common.Integration (in Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)
Syntax
‘선언
Public Class LatestItemVersionUri _
Inherits VersionControlIntegrationUri
public class LatestItemVersionUri : VersionControlIntegrationUri
public ref class LatestItemVersionUri : public VersionControlIntegrationUri
type LatestItemVersionUri =
class
inherit VersionControlIntegrationUri
end
public class LatestItemVersionUri extends VersionControlIntegrationUri
The LatestItemVersionUri type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
LatestItemVersionUri(String, Int32) | |
![]() |
LatestItemVersionUri(TeamFoundationServer, Int32) | Obsolete. |
![]() |
LatestItemVersionUri(TfsTeamProjectCollection, Int32) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
ArtifactId | (Inherited from VersionControlIntegrationUri.) |
![]() |
ArtifactName | (Inherited from VersionControlIntegrationUri.) |
![]() |
ArtifactTitle | (Inherited from VersionControlIntegrationUri.) |
![]() |
ArtifactType | (Inherited from VersionControlIntegrationUri.) |
![]() |
TeamFoundationServerUrl | (Inherited from VersionControlIntegrationUri.) |
![]() |
Uri | (Inherited from VersionControlIntegrationUri.) |
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 a hash function for a particular type. (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 | (Inherited from VersionControlIntegrationUri.) |
![]() |
ToUrl | (Inherited from VersionControlIntegrationUri.) |
Top
Fields
Name | Description | |
---|---|---|
![]() |
m_artifactName | (Inherited from VersionControlIntegrationUri.) |
![]() |
m_artifactType | (Inherited from VersionControlIntegrationUri.) |
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.