FileScannerEntityCache(FileScannerType, DateTimeOffset, Guid, Version) Constructor

Definition

Initializes a new instance of the FileScannerEntityCache class.

public:
 FileScannerEntityCache(Microsoft::VisualStudio::Workspace::Indexing::FileScannerType type, DateTimeOffset timestamp, Guid providerType, Version ^ providerVersion);
public FileScannerEntityCache (Microsoft.VisualStudio.Workspace.Indexing.FileScannerType type, DateTimeOffset timestamp, Guid providerType, Version providerVersion);
new Microsoft.VisualStudio.Workspace.Indexing.FileScannerEntityCache : Microsoft.VisualStudio.Workspace.Indexing.FileScannerType * DateTimeOffset * Guid * Version -> Microsoft.VisualStudio.Workspace.Indexing.FileScannerEntityCache
Public Sub New (type As FileScannerType, timestamp As DateTimeOffset, providerType As Guid, providerVersion As Version)

Parameters

type
FileScannerType

The type of the file scanner

timestamp
DateTimeOffset

When this was tracked

providerType
Guid

The provider ID that create the scan data

providerVersion
Version

The provider version who create the data

Applies to