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 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 | |
---|---|---|
![]() |
OnFileExtensionsReset | Called when the file extensions are changed. |
Top