LoadDocViewResult 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
LoadDocViewResult(LoadDocViewResult) | |
LoadDocViewResult(Object, Guid) |
Represents the result of loading a document view. |
LoadDocViewResult(LoadDocViewResult)
protected LoadDocViewResult(Microsoft.VisualStudio.Shell.LoadDocViewResult original);
Protected Sub New (original As LoadDocViewResult)
Parameters
- original
- LoadDocViewResult
Applies to
LoadDocViewResult(Object, Guid)
Represents the result of loading a document view.
public LoadDocViewResult(object LoadedDocView, Guid CommandUIContext);
new Microsoft.VisualStudio.Shell.LoadDocViewResult : obj * Guid -> Microsoft.VisualStudio.Shell.LoadDocViewResult
Public Sub New (LoadedDocView As Object, CommandUIContext As Guid)
Parameters
- LoadedDocView
- Object
The document view to be rendered.
- CommandUIContext
- Guid
The command UI context.