LoadDocViewProgress Constructors
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.
Overloads
LoadDocViewProgress(LoadDocViewProgress) | |
LoadDocViewProgress(String) |
Initializes a new instance of the LoadDocViewProgress class. |
LoadDocViewProgress(String, String) |
Initializes a new instance of the LoadDocViewProgress class. |
LoadDocViewProgress(LoadDocViewProgress)
protected LoadDocViewProgress (Microsoft.VisualStudio.Shell.LoadDocViewProgress original);
Protected Sub New (original As LoadDocViewProgress)
Parameters
- original
- LoadDocViewProgress
Applies to
LoadDocViewProgress(String)
Initializes a new instance of the LoadDocViewProgress class.
public LoadDocViewProgress (string message);
new Microsoft.VisualStudio.Shell.LoadDocViewProgress : string -> Microsoft.VisualStudio.Shell.LoadDocViewProgress
Public Sub New (message As String)
Parameters
- message
- String
The main message to display to the user.
Applies to
LoadDocViewProgress(String, String)
Initializes a new instance of the LoadDocViewProgress class.
public LoadDocViewProgress (string message, string subMessage);
new Microsoft.VisualStudio.Shell.LoadDocViewProgress : string * string -> Microsoft.VisualStudio.Shell.LoadDocViewProgress
Public Sub New (message As String, subMessage As String)
Parameters
- message
- String
The main message to display to the user.
- subMessage
- String
The sub message to display to the user.