LoadDocViewProgress Class
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.
A class that represents the progress of loading a document view.
public class LoadDocViewProgress : IEquatable<Microsoft.VisualStudio.Shell.LoadDocViewProgress>
type LoadDocViewProgress = class
interface IEquatable<LoadDocViewProgress>
Public Class LoadDocViewProgress
Implements IEquatable(Of LoadDocViewProgress)
- Inheritance
-
LoadDocViewProgress
- Implements
Constructors
| LoadDocViewProgress(LoadDocViewProgress) | |
| LoadDocViewProgress(String, String) |
Initializes a new instance of the LoadDocViewProgress class. |
| LoadDocViewProgress(String) |
Initializes a new instance of the LoadDocViewProgress class. |
Properties
| EqualityContract | |
| Message |
The main message to display to the user. |
| SubMessage |
The sub message to display to the user. |
Methods
| <Clone>$() | |
| Equals(LoadDocViewProgress) | |
| Equals(Object) | |
| GetHashCode() | |
| PrintMembers(StringBuilder) | |
| ToString() |
Operators
| Equality(LoadDocViewProgress, LoadDocViewProgress) | |
| Inequality(LoadDocViewProgress, LoadDocViewProgress) |