Share via


CoverageDSPriv.SourceFileNamesDataTable.FindBySourceFileID Method

Returns the data row that has the matching source file name ID. 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 FindBySourceFileID ( _
    SourceFileID As UInteger _
) As CoverageDSPriv..::..SourceFileNamesRow
public CoverageDSPriv..::..SourceFileNamesRow FindBySourceFileID(
    uint SourceFileID
)
public:
CoverageDSPriv..::..SourceFileNamesRow^ FindBySourceFileID(
    unsigned int SourceFileID
)
member FindBySourceFileID : 
        SourceFileID:uint32 -> CoverageDSPriv..::..SourceFileNamesRow 
public function FindBySourceFileID(
    SourceFileID : uint
) : CoverageDSPriv..::..SourceFileNamesRow

Parameters

  • SourceFileID
    Type: System.UInt32
    An ID for a source file name in this data table.

Return Value

Type: Microsoft.VisualStudio.Coverage.Analysis.CoverageDSPriv.SourceFileNamesRow
The data row that has the matching SourceFileID.

.NET Framework Security

See Also

Reference

CoverageDSPriv.SourceFileNamesDataTable Class

Microsoft.VisualStudio.Coverage.Analysis Namespace