LabelUri Class
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationUri
Microsoft.TeamFoundation.VersionControl.Common.LabelUri
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common.Integration (in Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)
Syntax
'Декларация
Public Class LabelUri _
Inherits VersionControlIntegrationUri
public class LabelUri : VersionControlIntegrationUri
public ref class LabelUri : public VersionControlIntegrationUri
type LabelUri =
class
inherit VersionControlIntegrationUri
end
public class LabelUri extends VersionControlIntegrationUri
The LabelUri type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LabelUri(String, Int32) | ||
LabelUri(TeamFoundationServer, Int32) | Obsolete. | |
LabelUri(TfsTeamProjectCollection, Int32) |
Top
Properties
Name | Description | |
---|---|---|
ArtifactId | (Inherited from VersionControlIntegrationUri.) | |
ArtifactName | (Inherited from VersionControlIntegrationUri.) | |
ArtifactTitle | (Inherited from VersionControlIntegrationUri.) | |
ArtifactType | (Inherited from VersionControlIntegrationUri.) | |
TeamFoundationServerUrl | (Inherited from VersionControlIntegrationUri.) | |
Uri | (Inherited from VersionControlIntegrationUri.) |
Top
Methods
Name | Description | |
---|---|---|
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.