'Declaration Protected Overridable Function CanPreviewOutputFile() As Boolean
protected virtual bool CanPreviewOutputFile()
Return Value
true if the output file can be previewed, false otherwise.
FindExecutable
API to find an appropriate executable, and returns a value indicating whether it has been found or not.
If you override this, you must also override PreviewOutputFile.
'Declaration Protected Overridable Function CanPreviewOutputFile() As Boolean
protected virtual bool CanPreviewOutputFile()