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
override DeploymentDirectory : string
function get DeploymentDirectory () : String
Property Value
Type: System.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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.