IndexSymbolScanFileExtensionDetail Class
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.
Represents detail about a file extension that symbol scanners work on.
public ref class IndexSymbolScanFileExtensionDetail
public class IndexSymbolScanFileExtensionDetail
type IndexSymbolScanFileExtensionDetail = class
Public Class IndexSymbolScanFileExtensionDetail
- Inheritance
-
IndexSymbolScanFileExtensionDetail
Constructors
IndexSymbolScanFileExtensionDetail(Int32, Int32, Int32) |
Initializes a new instance of the IndexSymbolScanFileExtensionDetail class. |
Properties
Duration |
Gets the total duration in milliseconds that symbol scanners have spent on this extension. |
FilesCount |
Gets number of files with this extension that has been scanned. |
SymbolCount |
Gets number of symbols that symbol scanners found for this extension. |