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

ISymbolReaderFactory Symbols { get; }
property ISymbolReaderFactory^ Symbols {
    ISymbolReaderFactory^ get();
}
abstract Symbols : ISymbolReaderFactory with get
ReadOnly Property Symbols As ISymbolReaderFactory

Property Value

Type: Microsoft.VisualStudio.Coverage.Analysis.ISymbolReaderFactory

The ISymbolReaderFactory for the module.

See Also

ICoverageModule Interface
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top