[]
Tests whether OutputFileName can be previewed.
This (base) implementation uses 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().
protected virtual bool CanPreviewOutputFile()
Type | Description |
---|---|
bool | true if the output file can be previewed, false otherwise. |