FileScannerEntityCache(FileScannerType, DateTimeOffset, Guid, Version) Конструктор

Определение

Инициализирует новый экземпляр класса FileScannerEntityCache.

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)

Параметры

type
FileScannerType

Тип средства проверки файлов

timestamp
DateTimeOffset

При его отслеживании

providerType
Guid

Идентификатор поставщика, который создает данные для просмотра

providerVersion
Version

Версия поставщика, который создает данные

Применяется к