See if the given extension is a match for this file editor.
Namespace: SandcastleBuilder.Utils.DesignAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 1.9.7.0
Syntax
| C# |
|---|
public bool IsEditorFor( string extension ) |
| Visual Basic |
|---|
Public Function IsEditorFor ( extension As String ) As Boolean |
Parameters
- extension
- Type: System..::..String
The extension to check
Return Value
Type: BooleanTrue if this is the editor for the given file extension or false if not.