Interface to provide file extension checking for
Save As functionality.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in microsoft.visualstudio.textmanager.interop.dll)
[InterfaceTypeAttribute(1)]
[GuidAttribute("181237A7-4861-4D6C-8CA1-8A004BEA2E8E")]
public interface IVsFormatFilterProvider
/** @attribute InterfaceTypeAttribute(1) */
/** @attribute GuidAttribute("181237A7-4861-4D6C-8CA1-8A004BEA2E8E") */
public interface IVsFormatFilterProvider
InterfaceTypeAttribute(1)
GuidAttribute("181237A7-4861-4D6C-8CA1-8A004BEA2E8E")
public interface IVsFormatFilterProvider
Notes to Implementers
Implemented by language services that want to verify that file extensions specified by a user are handled by the language service.