EditorFactory.IsRegisteredExtension(String) Method

Definition

Returns true if the given extension is one of our registered extensions

public:
 virtual bool IsRegisteredExtension(System::String ^ extension);
public:
 virtual bool IsRegisteredExtension(Platform::String ^ extension);
 virtual bool IsRegisteredExtension(std::wstring const & extension);
public virtual bool IsRegisteredExtension (string extension);
abstract member IsRegisteredExtension : string -> bool
override this.IsRegisteredExtension : string -> bool
Public Overridable Function IsRegisteredExtension (extension As String) As Boolean

Parameters

extension
String

A string containing the file extension.

Returns

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

Applies to