DiscoveryProgress(Int32, Int32, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public DiscoveryProgress (int completedSteps, int totalSteps, string status);
new Microsoft.VisualStudio.Composition.DiscoveryProgress : int * int * string -> Microsoft.VisualStudio.Composition.DiscoveryProgress
Public Sub New (completedSteps As Integer, totalSteps As Integer, status As String)
Parameters
- completedSteps
- Int32
- totalSteps
- Int32
- status
- String