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
Get
ISymbolReaderFactory ICoverageModule.Symbols { get; }
private:
virtual property ISymbolReaderFactory^ Symbols {
ISymbolReaderFactory^ get () sealed = ICoverageModule::Symbols::get;
}
private abstract Symbols : ISymbolReaderFactory
private override Symbols : ISymbolReaderFactory
JScript does not support explicit interface implementations.
Property Value
Type: Microsoft.VisualStudio.Coverage.Analysis.ISymbolReaderFactory
Implements
.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.