EditorFactory::IsRegisteredExtension Method (String^)
Visual Studio 2015
Determines if a file extension is registered with this editor factory.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- extension
-
Type:
System::String^
A string containing the file extension.
Return Value
Type: System::BooleanReturns true if the file extension is registered with this editor factory, false otherwise.
Show: