API Reference

Enum

VisioInspectionDifferenceKind

Namespace OfficeIMO.Visio
Assembly OfficeIMO.Visio
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Kind of inspection snapshot difference.

Inheritance

  • Enum
  • VisioInspectionDifferenceKind

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const VisioInspectionDifferenceKind Added #

A path exists only in the actual snapshot.

Value: 0
public const VisioInspectionDifferenceKind Removed #

A path exists only in the expected snapshot.

Value: 1
public const VisioInspectionDifferenceKind Changed #

A path exists in both snapshots with a different value.

Value: 2