IVsFormatFilterProvider Interface
Visual Studio 2015
Interface to provide file extension checking for Save As functionality.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | CurFileExtensionFormat(String, UInt32) | Provides the index in the filter list that matches the extension of the file passed in. |
![]() | GetFormatFilterList(String) | Provides the list of available extensions for the Save As dialog. |
![]() | QueryInvalidEncoding(UInt32, String) | Supplies a message informing the user that he has chosen encoding that is not supported by the language service. |
Notes to Implementers:
Implemented by language services that want to verify that file extensions specified by a user are handled by the language service.
Show:
