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
Public method ArtifactId() Initializes a new instance of the ArtifactId class.
Public method ArtifactId(String, String, String) Initializes a new instance of the ArtifactId class.

Top

Properties

  Name Description
Public property ArtifactType Gets or sets the Artifact type.
Public property Tool Gets or sets the name of the tool this artifact represents.
Public property ToolSpecificId Gets or sets the unique ID of the tool this artifact represents.
Public property VisualStudioServerNamespace Gets or sets the namespace of the Visual Studio Team Foundation Server.

Top

Methods

  Name Description
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 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.

See Also

Reference

Microsoft.TeamFoundation Namespace