CommonRunConfigurationDirtyEventArgs.RunConfiguration Property
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
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