API Reference
Enum
VisioInspectionDifferenceKind
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.
Returned or exposed by
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const VisioInspectionDifferenceKind Added #A path exists only in the actual snapshot.
Value:
0public const VisioInspectionDifferenceKind Removed #A path exists only in the expected snapshot.
Value:
1public const VisioInspectionDifferenceKind Changed #A path exists in both snapshots with a different value.
Value:
2