IndexResultInfo.FileScanningSteps Property

Definition

Gets a dictionary of IndexStepInfo that represents the information about the steps of the indexer.

public:
 property System::Collections::Generic::IReadOnlyDictionary<Microsoft::VisualStudio::Workspace::Indexing::FileScannerType, Microsoft::VisualStudio::Workspace::Indexing::IndexStepInfo ^> ^ FileScanningSteps { System::Collections::Generic::IReadOnlyDictionary<Microsoft::VisualStudio::Workspace::Indexing::FileScannerType, Microsoft::VisualStudio::Workspace::Indexing::IndexStepInfo ^> ^ get(); };
public System.Collections.Generic.IReadOnlyDictionary<Microsoft.VisualStudio.Workspace.Indexing.FileScannerType,Microsoft.VisualStudio.Workspace.Indexing.IndexStepInfo> FileScanningSteps { get; }
member this.FileScanningSteps : System.Collections.Generic.IReadOnlyDictionary<Microsoft.VisualStudio.Workspace.Indexing.FileScannerType, Microsoft.VisualStudio.Workspace.Indexing.IndexStepInfo>
Public ReadOnly Property FileScanningSteps As IReadOnlyDictionary(Of FileScannerType, IndexStepInfo)

Property Value

Applies to