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
lines
Type: Microsoft.VisualStudio.Coverage.Analysis.CoverageDSPriv.LinesRowA CoverageDSPriv.LinesRow object.
Return Value
Type: String
The file name for the code source file.
.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.