ClassCleanupAttribute Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ClassCleanupAttribute class. ClassCleanupAttribute
public:
ClassCleanupAttribute(Microsoft::VisualStudio::TestTools::UnitTesting::InheritanceBehavior inheritanceBehavior);
public ClassCleanupAttribute (Microsoft.VisualStudio.TestTools.UnitTesting.InheritanceBehavior inheritanceBehavior);
new Microsoft.VisualStudio.TestTools.UnitTesting.ClassCleanupAttribute : Microsoft.VisualStudio.TestTools.UnitTesting.InheritanceBehavior -> Microsoft.VisualStudio.TestTools.UnitTesting.ClassCleanupAttribute
Public Sub New (inheritanceBehavior As InheritanceBehavior)