IndexResultInfo.FileScanningSteps Property
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.
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)