IndexProgress(IndexProgressState, Double, Tuple<Int32,Int32>) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 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
已完成百分比