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 test run configuration.
Namespace: Microsoft.VisualStudio.TestTools.Vsip
Assembly: Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
Syntax
'Declaration
Public ReadOnly Property RunConfiguration As TestRunConfiguration
Get
public TestRunConfiguration RunConfiguration { get; }
public:
property TestRunConfiguration^ RunConfiguration {
TestRunConfiguration^ get ();
}
member RunConfiguration : TestRunConfiguration
function get RunConfiguration () : TestRunConfiguration
Property Value
Type: Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration
The test run configuration.
.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
CommonRunConfigurationDirtyEventArgs Class