LoadDocumentViewContext 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 a container the context for loading a document view.
public class LoadDocumentViewContext : IEquatable<Microsoft.VisualStudio.Shell.LoadDocumentViewContext>
type LoadDocumentViewContext = class
interface IEquatable<LoadDocumentViewContext>
Public Class LoadDocumentViewContext
Implements IEquatable(Of LoadDocumentViewContext)
- Inheritance
-
LoadDocumentViewContext
- Implements
Constructors
LoadDocumentViewContext(LoadDocumentViewContext) | |
LoadDocumentViewContext(Object, Guid, IVsHierarchy) |
Represents a container the context for loading a document view. |
Properties
CommandUIContext |
The command UI context. |
DocData |
The data model that representing the document. |
EqualityContract | |
VsHierarchy |
The hierarchy that owns the document. |
Methods
<Clone>$() | |
Deconstruct(Object, Guid, IVsHierarchy) | |
Equals(LoadDocumentViewContext) | |
Equals(Object) | |
GetHashCode() | |
PrintMembers(StringBuilder) | |
ToString() |
Operators
Equality(LoadDocumentViewContext, LoadDocumentViewContext) | |
Inequality(LoadDocumentViewContext, LoadDocumentViewContext) |