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

Definition

Initialisiert eine neue Instanz der IndexProgress-Klasse.

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))

Parameter

state
IndexProgressState

Status Status

completed
Double

Prozent abgeschlossen

currentElements
Tuple<Int32,Int32>

Aktueller Element Status

Gilt für