Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the path to the test log directory. Deprecated. Use TestRunResultsDirectory instead.
Namespace: Microsoft.VisualStudio.TestTools.UnitTesting
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property TestLogsDir As String
public virtual string TestLogsDir { get; }
public:
virtual property String^ TestLogsDir {
String^ get ();
}
abstract TestLogsDir : string
override TestLogsDir : string
function get TestLogsDir () : String
Property Value
Type: System.String
The path to the test log directory.
Exceptions
Exception | Condition |
---|---|
InvalidCastException | An invalid value type is associated with the TestLogsDir property of the test context. |
.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.
See Also
Reference
Microsoft.VisualStudio.TestTools.UnitTesting Namespace