Defines an extension behavior.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
[FlagsAttribute] public enum ComRefFlags |
Visual Basic |
---|
<FlagsAttribute> _ Public Enumeration ComRefFlags |
Visual C++ |
---|
[FlagsAttribute] public enum class ComRefFlags |
Members
Member name | Value | Description | |
---|---|---|---|
COMREF_NONE | 0 | No flags. | |
COMREF_ISBEHAVIOR | 1 | Allows the VC to hide behavior. | |
COMREF_NOPAGES | 2 | Allows the client to filter on extensions that return pages. | |
COMREF_NOCOMMANDS | 4 | Allows the client to filter on extensions that return commands. | |
COMREF_LOGIC | 8 | Filters on logic behaviors. | |
COMREF_DO_NOT_CREATE | 16 | Do not create ComRef. |
Remarks
This enumeration overrides COMREF_FLAGS
defined in BlueCieloECM.AMOm PIA.