IndexProgress(IndexProgressState, Double, Tuple<Int32,Int32>) Конструктор

Определение

Инициализирует новый экземпляр класса IndexProgress.

public:
 IndexProgress(Microsoft::VisualStudio::Workspace::Indexing::IndexProgressState state, double completed, Tuple<int, int> ^ currentElements);
public IndexProgress (Microsoft.VisualStudio.Workspace.Indexing.IndexProgressState state, double completed, (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))

Параметры

state
IndexProgressState

Состояние выполнения

completed
Double

Процент выполненных

currentElements
Tuple<Int32,Int32>

Ход выполнения текущих элементов

Применяется к