Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio 2005
Team Test API
 OutputDirectory Property

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
Team Test API
DeploymentItemAttribute.OutputDirectory Property

Gets a value representing the path to the output directory.

Namespace: Microsoft.VisualStudio.TestTools.UnitTesting
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in microsoft.visualstudio.qualitytools.unittestframework.dll)

Visual Basic (Declaration)
Public ReadOnly Property OutputDirectory As String
Visual Basic (Usage)
Dim instance As DeploymentItemAttribute
Dim value As String

value = instance.OutputDirectory
C#
public string OutputDirectory { get; }
C++
public:
property String^ OutputDirectory {
	String^ get ();
}
J#
/** @property */
public String get_OutputDirectory ()
JScript
public function get OutputDirectory () : String

Property Value

A value representing the directory under the deployment directory that will contain the deployed files and directories.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker