API Reference
Class
WordMacroProjectSignatureFinding
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.
Returned or exposed by
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.