DeploymentItem Class
Represents a file, a directory, or another item to be deployed with a test run.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class DeploymentItem _
Implements IPersistable, IXmlTestStore
'Usage
Dim instance As DeploymentItem
[SerializableAttribute]
public sealed class DeploymentItem : IPersistable,
IXmlTestStore
[SerializableAttribute]
public ref class DeploymentItem sealed : IPersistable,
IXmlTestStore
public final class DeploymentItem implements IPersistable, IXmlTestStore
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TestTools.Common.DeploymentItem
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.