ShelvedItemUri Class
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationUri
Microsoft.TeamFoundation.VersionControl.Common.ShelvedItemUri
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common.Integration (in Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)
Syntax
'Declaration
Public Class ShelvedItemUri _
Inherits VersionControlIntegrationUri
public class ShelvedItemUri : VersionControlIntegrationUri
public ref class ShelvedItemUri : public VersionControlIntegrationUri
type ShelvedItemUri =
class
inherit VersionControlIntegrationUri
end
public class ShelvedItemUri extends VersionControlIntegrationUri
The ShelvedItemUri 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%, String%, String%) | |
![]() ![]() |
Decode(String, String%, String%, String%, 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.