CoverageDSPriv.SourceFileNames Property

Gets a strongly named data table for the names of the source files for the code that is being analyzed. 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
<BrowsableAttribute(False)> _
Public ReadOnly Property SourceFileNames As CoverageDSPriv.SourceFileNamesDataTable
[BrowsableAttribute(false)]
public CoverageDSPriv.SourceFileNamesDataTable SourceFileNames { get; }
[BrowsableAttribute(false)]
public:
property CoverageDSPriv::SourceFileNamesDataTable^ SourceFileNames {
    CoverageDSPriv::SourceFileNamesDataTable^ get ();
}
[<BrowsableAttribute(false)>]
member SourceFileNames : CoverageDSPriv.SourceFileNamesDataTable with get
function get SourceFileNames () : CoverageDSPriv.SourceFileNamesDataTable

Property Value

Type: Microsoft.VisualStudio.Coverage.Analysis.CoverageDSPriv.SourceFileNamesDataTable
A strongly named data table for the names of the source files.

.NET Framework Security

See Also

Reference

CoverageDSPriv Class

Microsoft.VisualStudio.Coverage.Analysis Namespace

CoverageDSPriv.SourceFileNamesDataTable