This documentation is archived and is not being maintained.
ArtifactId Class
Visual Studio 2013
Represents an Artifact identifier.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
The ArtifactId type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ArtifactId() | Initializes a new instance of the ArtifactId class. |
![]() | ArtifactId(String, String, String) | Initializes a new instance of the ArtifactId class. |
| 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. |
| 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 the default hash function. (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. |
Show:
