PexFocusOnNamespaceAttribute 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.
Includes types from a namespace
public ref class PexFocusOnNamespaceAttribute sealed : Microsoft::Pex::Framework::Focus::PexFocusOnAssemblyAttribute
[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)]
public sealed class PexFocusOnNamespaceAttribute : Microsoft.Pex.Framework.Focus.PexFocusOnAssemblyAttribute
[<System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)>]
type PexFocusOnNamespaceAttribute = class
inherit PexFocusOnAssemblyAttribute
Public NotInheritable Class PexFocusOnNamespaceAttribute
Inherits PexFocusOnAssemblyAttribute
- Inheritance
-
PexFocusOnNamespaceAttribute
- Attributes
Constructors
PexFocusOnNamespaceAttribute(Type, String) |
Initializes a new instance of the PexFocusOnNamespaceAttribute class. |
Properties
DoNotReportCoverage |
Gets a value indicating whether it should not report coverage. (Inherited from PexFocusOnAttributeBase) |
NamespacePrefix |
Gets the namespace prefix. |
Optional |
Gets or sets a value indicating whether the types or assemblies by this attribute might not be present on the system (Inherited from PexFocusOnAssemblyAttribute) |
SearchPriority |
Gets or sets the priority (Inherited from PexFocusOnAttributeBase) |
Strict |
Gets or sets a value indicating whether this PexFocusOnNamespaceAttribute is strict. |
TargetAssemblyName |
Gets the name of the target assembly. (Inherited from PexFocusOnAssemblyAttribute) |