Share via


DatabaseModule.ICoverageModule.Symbols Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.VisualStudio.Coverage.Analysis.Database
Assembly:  Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)

Syntax

'Declaration
Private ReadOnly Property Symbols As ISymbolReaderFactory 
    Implements ICoverageModule.Symbols
ISymbolReaderFactory ICoverageModule.Symbols { get; }
private:
virtual property ISymbolReaderFactory^ Symbols {
    ISymbolReaderFactory^ get () sealed = ICoverageModule::Symbols::get;
}
private abstract Symbols : ISymbolReaderFactory with get 
private override Symbols : ISymbolReaderFactory with get
JScript does not support explicit interface implementations.

Property Value

Type: Microsoft.VisualStudio.Coverage.Analysis.ISymbolReaderFactory
Returns ISymbolReaderFactory.

Implements

ICoverageModule.Symbols

.NET Framework Security

See Also

Reference

DatabaseModule Class

Microsoft.VisualStudio.Coverage.Analysis.Database Namespace