CoverageDS.GetCoverageString Method (CoverageStatus)
Gets the localized string that represents the code coverage status. 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 static string GetCoverageString(
CoverageStatus coverage
)
public:
static String^ GetCoverageString(
CoverageStatus coverage
)
static member GetCoverageString :
coverage:CoverageStatus -> string
Public Shared Function GetCoverageString (
coverage As CoverageStatus
) As String
Parameters
coverage
Type: Microsoft.VisualStudio.Coverage.Analysis.CoverageStatusOne of the CoverageStatus values.
Return Value
Type: System.String
The localized string that represents the code coverage status, or an empty string if the status is unknown.
See Also
CoverageStatus
CoverageDS Class
Microsoft.VisualStudio.Coverage.Analysis Namespace
Return to top