API Reference

Class

WordMacroProjectSignatureFinding

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Modifiers sealed

Stable diagnostic for VBA macro-project signature inspection, validation, or creation.

Inheritance

  • Object
  • WordMacroProjectSignatureFinding

Usage

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

Properties

public String Code { get; } #

Gets the stable machine-readable diagnostic code.

public WordSignatureValidationState State { get; } #

Gets the validation state represented by the diagnostic.

public String Message { get; } #

Gets the human-readable diagnostic message.

public Nullable<WordMacroProjectSignatureProfile> Profile { get; } #

Gets the signature profile when the diagnostic belongs to one profile.