DkmScriptDocumentFlags Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Flag properties of a script document.
This enumeration supports a bitwise combination of its member values.
public enum class DkmScriptDocumentFlags
public enum class DkmScriptDocumentFlags
enum DkmScriptDocumentFlags
[System.Flags]
public enum DkmScriptDocumentFlags
[<System.Flags>]
type DkmScriptDocumentFlags =
Public Enum DkmScriptDocumentFlags
- Inheritance
-
DkmScriptDocumentFlags
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | No flags are set. |
AggregateDocument | 1 | Document represents a container which aggregated together many sub-documents. For JavaScript, this is use for 'eval code' and 'Function code' documents. |