PexFocusOnTypeAttribute Class
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.
Attribute to focus on a type
public ref class PexFocusOnTypeAttribute sealed : Microsoft::Pex::Framework::Focus::PexFocusOnAttributeBase
[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)]
public sealed class PexFocusOnTypeAttribute : Microsoft.Pex.Framework.Focus.PexFocusOnAttributeBase
[<System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)>]
type PexFocusOnTypeAttribute = class
inherit PexFocusOnAttributeBase
Public NotInheritable Class PexFocusOnTypeAttribute
Inherits PexFocusOnAttributeBase
- Inheritance
-
PexFocusOnTypeAttribute
- Attributes
Constructors
PexFocusOnTypeAttribute(Type, String) |
Initializes a new instance of the PexFocusOnTypeAttribute class. |
PexFocusOnTypeAttribute(Type) |
Initializes a new instance of the PexFocusOnTypeAttribute class. |
Properties
DoNotReportCoverage |
Gets a value indicating whether it should not report coverage. (Inherited from PexFocusOnAttributeBase) |
NoNestedTypes |
Gets or sets a value indicating whether nested types should be instrumented as well |
SearchPriority |
Gets or sets the priority (Inherited from PexFocusOnAttributeBase) |
TargetTypeDefinition |
Gets the type of the target. |