IndexProgress(IndexProgressState, Double, Tuple<Int32,Int32>) Constructor

Definition

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

currentElements
Tuple<Int32,Int32>

Current elements progress

Applies to