Share via


CoverageDSPriv.LinesRow.SourceFileID Property

Gets or sets the ID for the source file that contains the corresponding code lines. 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; set; }
public:
property unsigned int SourceFileID {
    unsigned int get ();
    void set (unsigned int value);
}
member SourceFileID : uint32 with get, set
function get SourceFileID () : uint 
function set SourceFileID (value : uint)

Property Value

Type: UInt32
The ID for the source file that contains the corresponding code lines.

.NET Framework Security

See Also

Reference

CoverageDSPriv.LinesRow Class

Microsoft.VisualStudio.Coverage.Analysis Namespace