Option Strict On
Option Explicit On

Namespace Nexamas.UI.Modules

    ''' <summary>
    ''' Internal contribution vocabulary accepted by the small Plugin / Module System foundation.
    ''' </summary>
    Friend Enum MASModuleContributionKind
        Page = 0
        Command = 1
        SettingsSection = 2
        Theme = 3
        Tool = 4
    End Enum

End Namespace
