IndexSymbolScannerDetails(TimeSpan, Int32) Constructor

Definition

Initializes a new instance of the IndexSymbolScannerDetails class.

public:
 IndexSymbolScannerDetails(TimeSpan duration, int filesCount);
public IndexSymbolScannerDetails (TimeSpan duration, int filesCount);
new Microsoft.VisualStudio.Workspace.Indexing.IndexSymbolScannerDetails : TimeSpan * int -> Microsoft.VisualStudio.Workspace.Indexing.IndexSymbolScannerDetails
Public Sub New (duration As TimeSpan, filesCount As Integer)

Parameters

duration
TimeSpan

The total duration of the scanner for all the scanned files. It excludes persisting scanner data.

filesCount
Int32

The number of files that has been scanned for this scanner.

Applies to