Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the CommonRunConfigurationDirtyEventArgs class.
Namespace: Microsoft.VisualStudio.TestTools.Vsip
Assembly: Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
Syntax
'Declaration
Public Sub New ( _
runConfig As TestRunConfiguration _
)
public CommonRunConfigurationDirtyEventArgs(
TestRunConfiguration runConfig
)
public:
CommonRunConfigurationDirtyEventArgs(
TestRunConfiguration^ runConfig
)
new :
runConfig:TestRunConfiguration -> CommonRunConfigurationDirtyEventArgs
public function CommonRunConfigurationDirtyEventArgs(
runConfig : TestRunConfiguration
)
Parameters
runConfig
Type: Microsoft.VisualStudio.TestTools.Common.TestRunConfigurationA TestRunConfiguration object.
.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