IVsEditorFactory3 Interface
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.
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. |