EditorFactory.IsRegisteredExtension(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.