IndexSymbolScanFileExtensionDetail(Int32, Int32, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the IndexSymbolScanFileExtensionDetail class.
public:
IndexSymbolScanFileExtensionDetail(int symbolCount, int duration, int filesCount);
public IndexSymbolScanFileExtensionDetail (int symbolCount, int duration, int filesCount);
new Microsoft.VisualStudio.Workspace.Indexing.IndexSymbolScanFileExtensionDetail : int * int * int -> Microsoft.VisualStudio.Workspace.Indexing.IndexSymbolScanFileExtensionDetail
Public Sub New (symbolCount As Integer, duration As Integer, filesCount As Integer)
Parameters
- symbolCount
- Int32
The number of symbols that symbol scanners found for this extension.
- duration
- Int32
The total duration of symbol scanners have spent on this extension.
- filesCount
- Int32
The number of files with this extension that has been scanned.