API Reference
Class
VisioShowcaseValidationIssue
Describes a problem found while validating a generated Visio showcase proof bundle.
Inheritance
- Object
- VisioShowcaseValidationIssue
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
Accepted by parameters
Constructors
public VisioShowcaseValidationIssue(String kind, String message, String relativePath = null, String diagramName = null) #Initializes a new showcase validation issue.
Parameters
- kind System.String
- message System.String
- relativePath System.String = null
- diagramName System.String = null
Methods
public override String ToString() #Returns:
StringInherited Methods
Properties
public String Kind { get; } #Stable issue kind.
public String Message { get; } #Human-readable validation message.
public String RelativePath { get; } #Showcase-relative artifact path, when the issue is tied to a file.
public String DiagramName { get; } #Showcase diagram name, when the issue is tied to a diagram group.