Defines the type of the module.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
<FlagsAttribute> _
Public Enumeration ModuleKindFlags
'使用
Dim instance As ModuleKindFlags
[FlagsAttribute]
public enum ModuleKindFlags
[FlagsAttribute]
public enum class ModuleKindFlags
public enum ModuleKindFlags
Members
| Member name | Description | |
|---|---|---|
| ConsoleApplication | The module is a console application. | |
| WindowsApplication | The module is a Windows application. | |
| DynamicallyLinkedLibrary | The module is a managed assembly library. | |
| ManifestResourceFile | The module is a manifest resource file. | |
| UnmanagedDynamicallyLinkedLibrary | The module is an unmanaged COM component library. |