API Reference

Enum

VisioShapeDataSchemaIssueKind

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

Type of Shape Data schema validation issue.

Inheritance

  • Enum
  • VisioShapeDataSchemaIssueKind

Usage

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

Values

public const VisioShapeDataSchemaIssueKind MissingField #

A required schema field is missing.

Value: 0
public const VisioShapeDataSchemaIssueKind MissingValue #

A required schema field exists but has no value.

Value: 1
public const VisioShapeDataSchemaIssueKind TypeMismatch #

The actual Shape Data type does not match the schema.

Value: 2
public const VisioShapeDataSchemaIssueKind ValueNotAllowed #

The actual value is outside the allowed value list.

Value: 3