LineCoverageInfo.CoverageStatus Property
Gets or sets the status of this line coverage data. 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
public CoverageStatus CoverageStatus {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
internal set;
}
public:
property CoverageStatus CoverageStatus {
[CompilerGeneratedAttribute]
CoverageStatus get();
[CompilerGeneratedAttribute]
internal: void set(CoverageStatus value);
}
member CoverageStatus : CoverageStatus with get, internal set
Public Property CoverageStatus As CoverageStatus
Get
Friend Set
End Property
Property Value
Type: Microsoft.VisualStudio.Coverage.Analysis.CoverageStatus
The status of this line coverage data.
See Also
CoverageStatus
LineCoverageInfo Structure
Microsoft.VisualStudio.Coverage.Analysis Namespace
Return to top