NotificationEvent.Artifacts Field

A set of related artifacts.

Namespace:  Microsoft.TeamFoundation.VersionControl.Common
Assembly:  Microsoft.TeamFoundation.VersionControl.Common.Integration (in Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)

Syntax

'Declaration
Public Artifacts As ArrayList
public ArrayList Artifacts
public:
ArrayList^ Artifacts
val mutable Artifacts: ArrayList
public var Artifacts : ArrayList

Remarks

Related artifacts are those artifacts that are germane to a just-completed "check-in" activity and can include the following: changeset, work-item, file(s), release notes and possibly other artifacts from extensions.

.NET Framework Security

See Also

Reference

NotificationEvent Class

Microsoft.TeamFoundation.VersionControl.Common Namespace