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

'宣言
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
Public method ShelvedItemUri(String, String, String, UriType)
Public method ShelvedItemUri(String, String, String, String)
Public method ShelvedItemUri(TeamFoundationServer, String, String, String) Obsolete.
Public method ShelvedItemUri(TfsTeamProjectCollection, String, String, String)
Public method ShelvedItemUri(String, String, String, String, UriType)
Public method ShelvedItemUri(TeamFoundationServer, String, String, String, UriType) Obsolete.
Public method ShelvedItemUri(TfsTeamProjectCollection, String, String, String, UriType)

Top

Properties

  Name Description
Public property ArtifactId (Inherited from VersionControlIntegrationUri.)
Public property ArtifactName (Inherited from VersionControlIntegrationUri.)
Public property ArtifactTitle (Overrides VersionControlIntegrationUri.ArtifactTitle.)
Public property ArtifactType (Inherited from VersionControlIntegrationUri.)
Public property TeamFoundationServerUrl (Inherited from VersionControlIntegrationUri.)
Public property Uri (Inherited from VersionControlIntegrationUri.)

Top

Methods

  Name Description
Public methodStatic member Decode(String, String%, String%, String%)
Public methodStatic member Decode(String, String%, String%, String%, UriType%)
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString (Inherited from VersionControlIntegrationUri.)
Public method ToUrl (Inherited from VersionControlIntegrationUri.)

Top

Fields

  Name Description
Protected field m_artifactName (Inherited from VersionControlIntegrationUri.)
Protected field 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.

See Also

Reference

Microsoft.TeamFoundation.VersionControl.Common Namespace