CoverageDS.GetSourceFileName Method

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

'Declaration
Public Function GetSourceFileName ( _
    lines As CoverageDSPriv..::..LinesRow _
) As String
public string GetSourceFileName(
    CoverageDSPriv..::..LinesRow lines
)
public:
String^ GetSourceFileName(
    CoverageDSPriv..::..LinesRow^ lines
)
member GetSourceFileName : 
        lines:CoverageDSPriv..::..LinesRow -> string 
public function GetSourceFileName(
    lines : CoverageDSPriv..::..LinesRow
) : String

Parameters

Return Value

Type: System.String
The file name for the code source file.

.NET Framework Security

See Also

Reference

CoverageDS Class

Microsoft.VisualStudio.Coverage.Analysis Namespace

CoverageDSPriv.LinesRow