IVsFormatFilterProvider Members
Include Protected Members
Include Inherited Members
Interface to provide file extension checking for Save As functionality.
The IVsFormatFilterProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
CurFileExtensionFormat | Provides the index in the filter list that matches the extension of the file passed in. | |
GetFormatFilterList | Provides the list of available extensions for the Save As dialog. | |
QueryInvalidEncoding | Supplies a message informing the user that he has chosen encoding that is not supported by the language service. |
Top