IVsSimpleDocFactory Interface

 

Creates a doc data object from a given file and returns the requested interface of the document. The environment supplies a default implementation.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

[GuidAttribute("9D0CA895-4F60-4DE8-980D-06AAD61CE88C")]
[ComConversionLossAttribute]
[InterfaceTypeAttribute(1)]
public interface IVsSimpleDocFactory

NameDescription
System_CAPS_pubmethodLoadDocument(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.

Return to top
Show: