TestContext.DeploymentDirectory Property

Gets the directory for files deployed for the test run. This property typically contains a subdirectory of TestRunDirectory.

Namespace:  Microsoft.VisualStudio.TestTools.UnitTesting
Assembly:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property DeploymentDirectory As String
public virtual string DeploymentDirectory { get; }
public:
virtual property String^ DeploymentDirectory {
    String^ get ();
}
abstract DeploymentDirectory : string with get 
override DeploymentDirectory : string with get
function get DeploymentDirectory () : String

Property Value

Type: String
Returns the directory for files deployed for the test run.

Exceptions

Exception Condition
InvalidCastException

An invalid value type is associated with the TestDeploymentDir property of the test context.

Remarks

This value is the Out directory where the test and deployed items are put to run the test.

.NET Framework Security

See Also

Reference

TestContext Class

Microsoft.VisualStudio.TestTools.UnitTesting Namespace