API Reference
Class
VisioDesktopValidationResult
Result returned by VisioDesktopValidator.
Inheritance
- Object
- VisioDesktopValidationResult
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Inherited Methods
Properties
public Boolean IsAvailable { get; } #Gets whether Microsoft Visio desktop automation was available on this machine.
public Boolean IsValid { get; } #Gets whether Visio desktop opened the document successfully.
public String Version { get; } #Gets the detected Visio version when available.
public IReadOnlyList<String> Issues { get; } #Gets validation issues or availability diagnostics.
public IReadOnlyList<String> OutputFiles { get; } #Gets files generated by optional save-copy or export validation steps.