







|
| A Sandcastle Documented Class Library |
| MixedCodeDocumentFragmentType Enumeration |
| See Also Send Feedback |
Represents the type of fragment in a mixed code document.
Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
| C# |
|---|
public enum MixedCodeDocumentFragmentType |
| Visual Basic |
|---|
Public Enumeration MixedCodeDocumentFragmentType |
| Visual C++ |
|---|
public enum class MixedCodeDocumentFragmentType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Code | 0 | The fragment contains code. | |
| Text | 1 | The fragment contains text. |
