ICoverageModule.Symbols Property

Gets the ISymbolReaderFactory for the module. 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
ReadOnly Property Symbols As ISymbolReaderFactory
ISymbolReaderFactory Symbols { get; }
property ISymbolReaderFactory^ Symbols {
    ISymbolReaderFactory^ get ();
}
abstract Symbols : ISymbolReaderFactory with get
function get Symbols () : ISymbolReaderFactory

Property Value

Type: Microsoft.VisualStudio.Coverage.Analysis.ISymbolReaderFactory
The ISymbolReaderFactory for the module.

.NET Framework Security

See Also

Reference

ICoverageModule Interface

Microsoft.VisualStudio.Coverage.Analysis Namespace