ArtifactId Class
Represents an Artifact identifier.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.ArtifactId
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Декларация
Public Class ArtifactId
public class ArtifactId
public ref class ArtifactId
type ArtifactId = class end
public class ArtifactId
The ArtifactId type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ArtifactId() | Initializes a new instance of the ArtifactId class. |
![]() |
ArtifactId(String, String, String) | Initializes a new instance of the ArtifactId class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
ArtifactType | Gets or sets the Artifact type. |
![]() |
Tool | Gets or sets the name of the tool this artifact represents. |
![]() |
ToolSpecificId | Gets or sets the unique ID of the tool this artifact represents. |
![]() |
VisualStudioServerNamespace | Gets or sets the namespace of the Visual Studio Team Foundation Server. |
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 | Gets a user-readable string that summarizes the properties of this ArtifactId instance. |
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.