API Reference

Class

VisioShowcaseValidationIssue

Namespace OfficeIMO.Visio
Assembly OfficeIMO.Visio
Modifiers sealed

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.

Constructors

public VisioShowcaseValidationIssue(String kind, String message, String relativePath = null, String diagramName = null) #

Initializes a new showcase validation issue.

Parameters

kind System.String requiredposition: 0
message System.String requiredposition: 1
relativePath System.String = null optionalposition: 2
diagramName System.String = null optionalposition: 3

Methods

public override String ToString() #
Returns: String

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.