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