IVsEditorFactoryNotify Methods

 

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

NameDescription
System_CAPS_pubmethodNotifyDependentItemSaved(IVsHierarchy^, UInt32, String^, UInt32, String^)

Method called when a file is saved.

System_CAPS_pubmethodNotifyItemAdded(UInt32, IVsHierarchy^, UInt32, String^)

Method called when a new file (cloned from a template or existing file) is added to the project.

System_CAPS_pubmethodNotifyItemRenamed(IVsHierarchy^, UInt32, String^, String^)

Method called when a file is renamed.

Return to top
Show: