VersionedItemUri Class
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
‘선언
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
Top
Properties
Name | Description | |
---|---|---|
ArtifactId | (Inherited from VersionControlIntegrationUri.) | |
ArtifactName | (Inherited from VersionControlIntegrationUri.) | |
ArtifactTitle | (Overrides VersionControlIntegrationUri.ArtifactTitle.) | |
ArtifactType | (Inherited from VersionControlIntegrationUri.) | |
TeamFoundationServerUrl | (Inherited from VersionControlIntegrationUri.) | |
Uri | (Inherited from VersionControlIntegrationUri.) |
Top
Methods
Name | Description | |
---|---|---|
Decode(String, String%) | ||
Decode(String, String%, Int32%, Int32%) | ||
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 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.