IndexResultInfo.FileIndexStep 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 the IndexStepInfo corresponding to the file index step.
public:
property Microsoft::VisualStudio::Workspace::Indexing::IndexStepInfo ^ FileIndexStep { Microsoft::VisualStudio::Workspace::Indexing::IndexStepInfo ^ get(); };
public Microsoft.VisualStudio.Workspace.Indexing.IndexStepInfo FileIndexStep { get; }
public Microsoft.VisualStudio.Workspace.Indexing.IndexStepInfo? FileIndexStep { get; }
member this.FileIndexStep : Microsoft.VisualStudio.Workspace.Indexing.IndexStepInfo
Public ReadOnly Property FileIndexStep As IndexStepInfo