FileArtifact Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a file artifact.
public class FileArtifact : Microsoft.Testing.Platform.Extensions.Messages.PropertyBagData
type FileArtifact = class
inherit PropertyBagData
Public Class FileArtifact
Inherits PropertyBagData
- Inheritance
Constructors
| Name | Description |
|---|---|
| FileArtifact(FileInfo, String, String) |
Initializes a new instance of the FileArtifact class. |
Properties
| Name | Description |
|---|---|
| Description |
Gets the description. (Inherited from PropertyBagData) |
| DisplayName |
Gets the display name. (Inherited from PropertyBagData) |
| FileInfo |
Gets the file information. |
| Properties |
Gets the properties. (Inherited from PropertyBagData) |
Methods
| Name | Description |
|---|---|
| ToString() | Returns a string that represents the current object. |