IndexStepInfo Oluşturucular

Tanım

Aşırı Yüklemeler

IndexStepInfo(TimeSpan, Int64, Int32, Int32)

IndexStepInfo sınıfının yeni bir örneğini başlatır.

IndexStepInfo(TimeSpan, Int64, Int32, Int32, IReadOnlyDictionary<String,IndexSymbolScannerDetails>)

IndexStepInfo sınıfının yeni bir örneğini başlatır.

IndexStepInfo(TimeSpan, Int64, Int32, Int32, IReadOnlyDictionary<String,IndexSymbolScannerDetails>, IReadOnlyDictionary<String,ImmutableDictionary<String,IndexSymbolScanFileExtensionDetail>>)

IndexStepInfo sınıfının yeni bir örneğini başlatır.

IndexStepInfo(TimeSpan, Int64, Int32, Int32)

IndexStepInfo sınıfının yeni bir örneğini başlatır.

public:
 IndexStepInfo(TimeSpan duration, long entryCount, int filesToScan, int filesScanned);
public IndexStepInfo (TimeSpan duration, long entryCount, int filesToScan, int filesScanned);
new Microsoft.VisualStudio.Workspace.Indexing.IndexStepInfo : TimeSpan * int64 * int * int -> Microsoft.VisualStudio.Workspace.Indexing.IndexStepInfo
Public Sub New (duration As TimeSpan, entryCount As Long, filesToScan As Integer, filesScanned As Integer)

Parametreler

duration
TimeSpan

Adımın süresi.

entryCount
Int64

Bir dizin oluşturma adımı tarafından üretilen toplam varlık sayısı.

filesToScan
Int32

Taranacak dosya sayısı.

filesScanned
Int32

Taranan dosya sayısı.

Şunlara uygulanır

IndexStepInfo(TimeSpan, Int64, Int32, Int32, IReadOnlyDictionary<String,IndexSymbolScannerDetails>)

IndexStepInfo sınıfının yeni bir örneğini başlatır.

public IndexStepInfo (TimeSpan duration, long entryCount, int filesToScan, int filesScanned, System.Collections.Generic.IReadOnlyDictionary<string,Microsoft.VisualStudio.Workspace.Indexing.IndexSymbolScannerDetails> scannerDetails = default);
new Microsoft.VisualStudio.Workspace.Indexing.IndexStepInfo : TimeSpan * int64 * int * int * System.Collections.Generic.IReadOnlyDictionary<string, Microsoft.VisualStudio.Workspace.Indexing.IndexSymbolScannerDetails> -> Microsoft.VisualStudio.Workspace.Indexing.IndexStepInfo
Public Sub New (duration As TimeSpan, entryCount As Long, filesToScan As Integer, filesScanned As Integer, Optional scannerDetails As IReadOnlyDictionary(Of String, IndexSymbolScannerDetails) = Nothing)

Parametreler

duration
TimeSpan

Adımın süresi.

entryCount
Int64

Bir dizin oluşturma adımı tarafından üretilen toplam varlık sayısı.

filesToScan
Int32

Taranacak dosya sayısı.

filesScanned
Int32

Taranan dosya sayısı.

scannerDetails
IReadOnlyDictionary<String,IndexSymbolScannerDetails>

Tarayıcı ayrıntılarının listesi.

Şunlara uygulanır

IndexStepInfo(TimeSpan, Int64, Int32, Int32, IReadOnlyDictionary<String,IndexSymbolScannerDetails>, IReadOnlyDictionary<String,ImmutableDictionary<String,IndexSymbolScanFileExtensionDetail>>)

IndexStepInfo sınıfının yeni bir örneğini başlatır.

public:
 IndexStepInfo(TimeSpan duration, long entryCount, int filesToScan, int filesScanned, System::Collections::Generic::IReadOnlyDictionary<System::String ^, Microsoft::VisualStudio::Workspace::Indexing::IndexSymbolScannerDetails ^> ^ scannerDetails, System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Collections::Immutable::ImmutableDictionary<System::String ^, Microsoft::VisualStudio::Workspace::Indexing::IndexSymbolScanFileExtensionDetail ^> ^> ^ extensionDetails);
public IndexStepInfo (TimeSpan duration, long entryCount, int filesToScan, int filesScanned, System.Collections.Generic.IReadOnlyDictionary<string,Microsoft.VisualStudio.Workspace.Indexing.IndexSymbolScannerDetails> scannerDetails, System.Collections.Generic.IReadOnlyDictionary<string,System.Collections.Immutable.ImmutableDictionary<string,Microsoft.VisualStudio.Workspace.Indexing.IndexSymbolScanFileExtensionDetail>> extensionDetails);
new Microsoft.VisualStudio.Workspace.Indexing.IndexStepInfo : TimeSpan * int64 * int * int * System.Collections.Generic.IReadOnlyDictionary<string, Microsoft.VisualStudio.Workspace.Indexing.IndexSymbolScannerDetails> * System.Collections.Generic.IReadOnlyDictionary<string, System.Collections.Immutable.ImmutableDictionary<string, Microsoft.VisualStudio.Workspace.Indexing.IndexSymbolScanFileExtensionDetail>> -> Microsoft.VisualStudio.Workspace.Indexing.IndexStepInfo
Public Sub New (duration As TimeSpan, entryCount As Long, filesToScan As Integer, filesScanned As Integer, scannerDetails As IReadOnlyDictionary(Of String, IndexSymbolScannerDetails), extensionDetails As IReadOnlyDictionary(Of String, ImmutableDictionary(Of String, IndexSymbolScanFileExtensionDetail)))

Parametreler

duration
TimeSpan

Adımın süresi.

entryCount
Int64

Bir dizin oluşturma adımı tarafından üretilen toplam varlık sayısı.

filesToScan
Int32

Taranacak dosya sayısı.

filesScanned
Int32

Taranan dosya sayısı.

scannerDetails
IReadOnlyDictionary<String,IndexSymbolScannerDetails>

Tarayıcı ayrıntılarının listesi.

extensionDetails
IReadOnlyDictionary<String,ImmutableDictionary<String,IndexSymbolScanFileExtensionDetail>>

Uzantı ayrıntıları listesi

Şunlara uygulanır