API Reference

Enum

WordMacroProjectSignatureProfile

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

Identifies one Microsoft VBA macro-project signature profile.

Inheritance

  • Enum
  • WordMacroProjectSignatureProfile

Usage

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

Values

public const WordMacroProjectSignatureProfile Unknown #

The signature profile could not be identified.

Value: 0
public const WordMacroProjectSignatureProfile Legacy #

The original VBA signature profile.

Value: 1
public const WordMacroProjectSignatureProfile Agile #

The agile VBA signature profile introduced with newer Office versions.

Value: 2
public const WordMacroProjectSignatureProfile V3 #

The current V3 VBA signature profile with the strongest project binding.

Value: 3