IVsSimpleDocFactory Interface
Visual Studio 2015
Creates a doc data object from a given file and returns the requested interface of the document. The environment supplies a default implementation.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | LoadDocument(String, Guid, IntPtr) | Loads the given file into a document data object and returns the given interface on that object. |
The IVsInvisibleEditor interface uses this interface if the requested file is not open.
Show:
