LoadDocumentViewContext 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
LoadDocumentViewContext(LoadDocumentViewContext) | |
LoadDocumentViewContext(Object, Guid, IVsHierarchy) |
Represents a container the context for loading a document view. |
LoadDocumentViewContext(LoadDocumentViewContext)
protected LoadDocumentViewContext (Microsoft.VisualStudio.Shell.LoadDocumentViewContext original);
Protected Sub New (original As LoadDocumentViewContext)
Parameters
- original
- LoadDocumentViewContext
Applies to
LoadDocumentViewContext(Object, Guid, IVsHierarchy)
Represents a container the context for loading a document view.
public LoadDocumentViewContext (object DocData, Guid CommandUIContext, Microsoft.VisualStudio.Shell.Interop.IVsHierarchy VsHierarchy);
new Microsoft.VisualStudio.Shell.LoadDocumentViewContext : obj * Guid * Microsoft.VisualStudio.Shell.Interop.IVsHierarchy -> Microsoft.VisualStudio.Shell.LoadDocumentViewContext
Public Sub New (DocData As Object, CommandUIContext As Guid, VsHierarchy As IVsHierarchy)
Parameters
- DocData
- Object
The data model that representing the document.
- CommandUIContext
- Guid
The command UI context.
- VsHierarchy
- IVsHierarchy
The hierarchy that owns the document.