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
Get
[BrowsableAttribute(false)]
public CoverageDSPriv..::..SourceFileNamesDataTable SourceFileNames { get; }
[BrowsableAttribute(false)]
public:
property CoverageDSPriv..::..SourceFileNamesDataTable^ SourceFileNames {
CoverageDSPriv..::..SourceFileNamesDataTable^ get ();
}
[<BrowsableAttribute(false)>]
member SourceFileNames : CoverageDSPriv..::..SourceFileNamesDataTable
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.