IVsFileExtensionMappingEvents Interface

Provides events when file extensions are changed.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntax

'Declaration
<GuidAttribute("D1ABEDEB-5163-4235-ADE6-17EFAA3A5549")> _
<InterfaceTypeAttribute()> _
Public Interface IVsFileExtensionMappingEvents
[GuidAttribute("D1ABEDEB-5163-4235-ADE6-17EFAA3A5549")]
[InterfaceTypeAttribute()]
public interface IVsFileExtensionMappingEvents
[GuidAttribute(L"D1ABEDEB-5163-4235-ADE6-17EFAA3A5549")]
[InterfaceTypeAttribute()]
public interface class IVsFileExtensionMappingEvents
[<GuidAttribute("D1ABEDEB-5163-4235-ADE6-17EFAA3A5549")>]
[<InterfaceTypeAttribute()>]
type IVsFileExtensionMappingEvents =  interface end
public interface IVsFileExtensionMappingEvents

The IVsFileExtensionMappingEvents type exposes the following members.

Methods

  Name Description
Public method OnFileExtensionsReset Called when the file extensions are changed.

Top

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace