ArtifactTypeNames Class
Contains string constants that can be used to describe the type of an artifact.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.ArtifactTypeNames
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Декларация
Public NotInheritable Class ArtifactTypeNames
public static class ArtifactTypeNames
public ref class ArtifactTypeNames abstract sealed
[<AbstractClass>]
[<Sealed>]
type ArtifactTypeNames = class end
public final class ArtifactTypeNames
The ArtifactTypeNames type exposes the following members.
Fields
Name | Description | |
---|---|---|
Build | A build. | |
BuildAgent | A build agent. | |
BuildController | A build controller. | |
BuildDefinition | A build definition. | |
BuildGroup | A build group. | |
BuildServiceHost | A build service host. | |
Changeset | A changeset. | |
Collector | A collector. | |
Label | A label. | |
LabEnvironment | A lab environment. | |
LabSystem | A lab system. | |
LabTemplate | A lab template. | |
LatestItemVersion | A latest item version. | |
Node | A node. | |
Project | A project. | |
Query | A query. | |
Results | A results. | |
ShelvedItem | A shelved item. | |
Shelveset | A shelveset. | |
TcmResult | A TCM result. | |
TcmResultAttachment | A TCM result attachment. | |
TeamProjectCollectionHostGroup | A team project collection host group. | |
TeamProjectCollectionLibraryShare | A team project collection library share. | |
TeamProjectHostGroup | A team project host group. | |
TeamProjectLibraryShare | A team project library share. | |
TestResult | A test result. | |
VersionedItem | A versioned item. | |
WorkItem | A work item. |
Top
Remarks
The members of this class can be used to specify the ArtifactType property of the ArtifactId class.
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.