CoverageDS.FindSourceFileId Method (String)

 

Finds and returns a source file ID by using the provided file name. 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 uint FindSourceFileId(
    string fileName
)
public:
unsigned int FindSourceFileId(
    String^ fileName
)
member FindSourceFileId : 
        fileName:string -> uint32
Public Function FindSourceFileId (
    fileName As String
) As UInteger

Parameters

Return Value

Type: System.UInt32

The source file name ID as recorded in the CoverageDSPriv.SourceFileNamesDataTable, or null if not found.

See Also

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

Return to top