







|
| A Sandcastle Documented Class Library |
| MixedCodeDocument..::..TextFragments Property |
| MixedCodeDocument Class See Also Send Feedback |
Gets the list of text fragments in the document.
Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
| C# |
|---|
public MixedCodeDocumentFragmentList TextFragments { get; } |
| Visual Basic |
|---|
Public ReadOnly Property TextFragments As MixedCodeDocumentFragmentList Get |
| Visual C++ |
|---|
public: property MixedCodeDocumentFragmentList^ TextFragments { MixedCodeDocumentFragmentList^ get (); } |
