IVsEditorFactory3 Interface

Definition

public interface class IVsEditorFactory3
public interface class IVsEditorFactory3
__interface IVsEditorFactory3
[System.Runtime.InteropServices.Guid("C2274805-A963-49E1-BD01-97DDEE5AE744")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsEditorFactory3
[<System.Runtime.InteropServices.Guid("C2274805-A963-49E1-BD01-97DDEE5AE744")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsEditorFactory3 = interface
Public Interface IVsEditorFactory3
Attributes

Methods

IsProjectLoadRequired()

Called before creating an instance of the editor factory. Informs the caller if the editor factory requires that the document's project be loaded.

Applies to