Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
.gif)