CoverageDS.GetSourceFileName Method (CoverageDSPriv.LinesRow)

 

Returns the file name for the source file where the code lines in the provided lines record can be found. 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 string GetSourceFileName(
    CoverageDSPriv.LinesRow lines
)
public:
String^ GetSourceFileName(
    CoverageDSPriv::LinesRow^ lines
)
member GetSourceFileName : 
        lines:CoverageDSPriv.LinesRow -> string
Public Function GetSourceFileName (
    lines As CoverageDSPriv.LinesRow
) As String

Parameters

Return Value

Type: System.String

The file name for the code source file.

See Also

CoverageDSPriv.LinesRow
CoverageDS Class
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top