EditorFactory::IsRegisteredExtension Method (String^)

 

Determines if a file extension is registered with this editor factory.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
virtual bool IsRegisteredExtension(
	String^ extension
)

Parameters

extension
Type: System::String^

A string containing the file extension.

Return Value

Type: System::Boolean

Returns true if the file extension is registered with this editor factory, false otherwise.

Return to top
Show: