CoverageDSPriv.LinesRow.Coverage Property
Gets or sets a number that indicates the level of coverage. This class and its members are reserved for internal use and are not intended to be used in your code.
Namespace: Microsoft.VisualStudio.Coverage.Analysis
Assembly: Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)
Syntax
'Declaration
Public Property Coverage As UInteger
public uint Coverage { get; set; }
public:
property unsigned int Coverage {
unsigned int get ();
void set (unsigned int value);
}
member Coverage : uint32 with get, set
function get Coverage () : uint
function set Coverage (value : uint)
Property Value
Type: UInt32
A number that indicates the level of coverage.
.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.