CoverageDSPriv.SourceFileNamesRow.SourceFileID Property
Gets or sets the ID for the code source file. 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
[DebuggerNonUserCodeAttribute]
public uint SourceFileID { get; set; }
public:
[DebuggerNonUserCodeAttribute]
property unsigned int SourceFileID {
unsigned int get();
void set(unsigned int value);
}
[<DebuggerNonUserCodeAttribute>]
member SourceFileID : uint32 with get, set
<DebuggerNonUserCodeAttribute>
Public Property SourceFileID As UInteger
Property Value
Type: System.UInt32
The ID for the code source file.
See Also
CoverageDSPriv.SourceFileNamesRow Class
Microsoft.VisualStudio.Coverage.Analysis Namespace
Return to top