IVsFileExtensionMappingEvents Interface

Definition

Provides events when file extensions are changed.

public interface class IVsFileExtensionMappingEvents
public interface class IVsFileExtensionMappingEvents
__interface IVsFileExtensionMappingEvents
[System.Runtime.InteropServices.Guid("D1ABEDEB-5163-4235-ADE6-17EFAA3A5549")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsFileExtensionMappingEvents
[System.Runtime.InteropServices.Guid("D1ABEDEB-5163-4235-ADE6-17EFAA3A5549")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsFileExtensionMappingEvents
[<System.Runtime.InteropServices.Guid("D1ABEDEB-5163-4235-ADE6-17EFAA3A5549")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsFileExtensionMappingEvents = interface
[<System.Runtime.InteropServices.Guid("D1ABEDEB-5163-4235-ADE6-17EFAA3A5549")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsFileExtensionMappingEvents = interface
Public Interface IVsFileExtensionMappingEvents
Attributes

Methods

OnFileExtensionsReset()

Called when the file extensions are changed.

Applies to