CodeBlockType 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.
Specifies the type of the code block.
public enum class CodeBlockType
public enum CodeBlockType
type CodeBlockType =
Public Enum CodeBlockType
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Code | 0 | Indicates that the block type is for code. A Code block type is contained inside the |
Expression | 1 | Indicates that the block type is for data expressions. A Expression block type is contained inside the |
DataBinding | 2 | Indicates that the block type is for data binding. A DataBinding block type is contained inside the |
EncodedExpression | 3 | Indicates that the block type is for encoded expressions. A EncodedExpression block type is contained inside the |