ShelvesetUri Class
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationUri
Microsoft.TeamFoundation.VersionControl.Common.ShelvesetUri
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common.Integration (in Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)
Syntax
'Декларация
Public Class ShelvesetUri _
Inherits VersionControlIntegrationUri
public class ShelvesetUri : VersionControlIntegrationUri
public ref class ShelvesetUri : public VersionControlIntegrationUri
type ShelvesetUri =
class
inherit VersionControlIntegrationUri
end
public class ShelvesetUri extends VersionControlIntegrationUri
The ShelvesetUri 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%) | ||
Decode(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.