LoadDocViewResult 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.
Represents the result of loading a document view.
public class LoadDocViewResult : IEquatable<Microsoft.VisualStudio.Shell.LoadDocViewResult>
type LoadDocViewResult = class
interface IEquatable<LoadDocViewResult>
Public Class LoadDocViewResult
Implements IEquatable(Of LoadDocViewResult)
- Inheritance
-
LoadDocViewResult
- Implements
Constructors
LoadDocViewResult(LoadDocViewResult) | |
LoadDocViewResult(Object, Guid) |
Represents the result of loading a document view. |
Properties
CommandUIContext |
The command UI context. |
EqualityContract | |
LoadedDocView |
The document view to be rendered. |
Methods
<Clone>$() | |
Deconstruct(Object, Guid) | |
Equals(LoadDocViewResult) | |
Equals(Object) | |
GetHashCode() | |
PrintMembers(StringBuilder) | |
ToString() |
Operators
Equality(LoadDocViewResult, LoadDocViewResult) | |
Inequality(LoadDocViewResult, LoadDocViewResult) |