Dela via


LoadDocViewProgress Constructors

Definition

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

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.

Applies to