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>

当前元素进度

适用于