Share via


LineCoverageInfo.SourceFileId Property

Gets the ID for the source file names record. 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 Property SourceFileId As UInteger
public uint SourceFileId { get; private set; }
public:
property unsigned int SourceFileId {
    unsigned int get ();
    private: void set (unsigned int value);
}
member SourceFileId : uint32 with get, private set
function get SourceFileId () : uint 
private function set SourceFileId (value : uint)

Property Value

Type: UInt32
The ID for the source file names record.

.NET Framework Security

See Also

Reference

LineCoverageInfo Structure

Microsoft.VisualStudio.Coverage.Analysis Namespace

CoverageDSPriv.SourceFileNamesDataTable