Struct DiscoveryProgress
- Namespace
- Microsoft.VisualStudio.Composition
- Assembly
- Microsoft.VisualStudio.Composition.dll
public struct DiscoveryProgress
- Inherited Members
-
Constructors
DiscoveryProgress(int, int, string?)
public DiscoveryProgress(int completedSteps, int totalSteps, string? status)
Parameters
completedSteps
int
totalSteps
int
status
string
Properties
CompletedSteps
public readonly int CompletedSteps { get; }
Property Value
- int
Completion
public float Completion { get; }
Property Value
- float
Status
public readonly string? Status { get; }
Property Value
- string
TotalSteps
public readonly int TotalSteps { get; }
Property Value
- int