Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides notification methods for saving or renaming a file, or adding an item.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<GuidAttribute("02AC210F-139B-4F8E-9159-501CF2A87D6E")> _
<InterfaceTypeAttribute()> _
Public Interface IVsEditorFactoryNotify
'Usage
Dim instance As IVsEditorFactoryNotify
[GuidAttribute("02AC210F-139B-4F8E-9159-501CF2A87D6E")]
[InterfaceTypeAttribute()]
public interface IVsEditorFactoryNotify
[GuidAttribute(L"02AC210F-139B-4F8E-9159-501CF2A87D6E")]
[InterfaceTypeAttribute()]
public interface class IVsEditorFactoryNotify
public interface IVsEditorFactoryNotify
Remarks
This is an optional interface for implementers of IVsEditorFactory. Most often used to coordinate the setting of subtypes (VSHPROPID_ItemSubType) for items within a project supporting ViewForm/ViewCode commands. This includes editors that work with a particular project type such as .NET designers and VisualBasic projects.
For more information, see the SampleDocViewEditor example mentioned in How to: Attach Views to Document Data Objects.