CoverageQueryFlags Enum
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.
Used to choose which coverage data is returned by a QueryXXXCoverage() call.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
[System.Runtime.Serialization.DataContract]
public enum CoverageQueryFlags
type CoverageQueryFlags =
Public Enum CoverageQueryFlags
- Inheritance
-
CoverageQueryFlags
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| Modules | 1 | If set, the Coverage.Modules property will be populated. |
| Functions | 2 | If set, the ModuleCoverage.Functions properties will be populated. |
| BlockData | 4 | If set, the ModuleCoverage.CoverageData field will be populated. |