Share via


CoverageDS.GetCoverageString Method

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

'Declaration
Public Shared Function GetCoverageString ( _
    coverage As CoverageStatus _
) As String
public static string GetCoverageString(
    CoverageStatus coverage
)
public:
static String^ GetCoverageString(
    CoverageStatus coverage
)
static member GetCoverageString : 
        coverage:CoverageStatus -> string
public static function GetCoverageString(
    coverage : CoverageStatus
) : String

Parameters

Return Value

Type: String
The localized string that represents the code coverage status, or an empty string if the status is unknown.

.NET Framework Security

See Also

Reference

CoverageDS Class

Microsoft.VisualStudio.Coverage.Analysis Namespace

CoverageStatus