IndexProgress(IndexProgressState, Double, Tuple<Int32,Int32>) Constructor
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.
Initializes a new instance of the IndexProgress class.
public:
IndexProgress(Microsoft::VisualStudio::Workspace::Indexing::IndexProgressState state, double completed, Tuple<int, int> ^ currentElements);
public IndexProgress (Microsoft.VisualStudio.Workspace.Indexing.IndexProgressState state, double completed, Tuple<int,int> currentElements);
new Microsoft.VisualStudio.Workspace.Indexing.IndexProgress : Microsoft.VisualStudio.Workspace.Indexing.IndexProgressState * double * int * int -> Microsoft.VisualStudio.Workspace.Indexing.IndexProgress
Public Sub New (state As IndexProgressState, completed As Double, currentElements As Tuple(Of Integer, Integer))
Parameters
- state
- IndexProgressState
The progress state
- completed
- Double
Percent completed