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
- coverage
Type: Microsoft.VisualStudio.Coverage.Analysis.CoverageStatus
One 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.
.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.