A Uri represention a Version Control shelveset item artifact
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
| Name | Description | |
|---|---|---|
| .gif) | ShelvedItemUri(String, String, String, UriType) | Construct a Versioned Item Uri object given a server path, shelveset name and owner, and whether the Uri will be for a Web view | 
| .gif) | ShelvedItemUri(String, String, String, String) | See overload | 
| .gif) | ShelvedItemUri(TeamFoundationServer, String, String, String) | Obsolete. See overload | 
| .gif) | ShelvedItemUri(TfsTeamProjectCollection, String, String, String) | See overload | 
| .gif) | ShelvedItemUri(String, String, String, String, UriType) | Construct a Shelveset Item Uri object given a Team Foundation Server Url, a server path, shelveset name and owner. | 
| .gif) | ShelvedItemUri(TeamFoundationServer, String, String, String, UriType) | Obsolete. Construct a Versioned Item Uri object given a Team Foundation Server object, a server path, shelveset name and owner, and deletion id and whether the Uri will be for a Web view | 
| .gif) | ShelvedItemUri(TfsTeamProjectCollection, String, String, String, UriType) | Construct a Versioned Item Uri object given a Team Foundation project collection object, a server path, shelveset name and owner, and deletion id and whether the Uri will be for a Web view | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | ArtifactId | Gets the ArtifactId for the version control artifact (Inherited from VersionControlIntegrationUri.) | 
| .gif) | ArtifactName | Returns the name of the Version Control artifact. (Inherited from VersionControlIntegrationUri.) | 
| .gif) | ArtifactTitle | Returns the title of the Shelveset Item artifact (Overrides VersionControlIntegrationUri.ArtifactTitle.) | 
| .gif) | ArtifactType | Returns the type of the Version Control artifact. (Inherited from VersionControlIntegrationUri.) | 
| .gif) | TeamFoundationServerUrl | Returns the Url of the Team Foundation server (Inherited from VersionControlIntegrationUri.) | 
| .gif) | Uri | Returns the Uri of the artifact. (Inherited from VersionControlIntegrationUri.) | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) .gif) | Decode(String, String%, String%, String%) | See overload | 
| .gif) .gif) | Decode(String, String%, String%, String%, UriType%) | |
| .gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
| .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | ToString | Returns the string value of the artifact's Uri. (Inherited from VersionControlIntegrationUri.) | 
| .gif) | 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 | |
|---|---|---|
| .gif) | m_artifactName | (Inherited from VersionControlIntegrationUri.) | 
| .gif) | 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.