Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DeploymentItemAttribute::OutputDirectory Property

 

Gets the path of the directory to which the item is copied.

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

public:
property String^ OutputDirectory {
	String^ get();
}

Property Value

Type: System::String^

The directory under the deployment directory that will contain the deployed files and directories.

Return to top
Show: