[This is preliminary documentation and is subject to change.]
Represents a document start event.
| C# | Visual Basic | Visual C++ |
public interface IDocumentStart : IParsingEvent
Public Interface IDocumentStart _ Inherits IParsingEvent
public interface class IDocumentStart : IParsingEvent
| All Members | Properties | ||||
| Icon | Member | Description |
|---|---|---|
| End |
Gets the position in the input stream where the event ends.
(Inherited from IParsingEvent.) | |
| IsImplicit |
Gets a value indicating whether this instance is implicit.
| |
| Start |
Gets the position in the input stream where the event start.
(Inherited from IParsingEvent.) | |
| Tags |
Gets the tags.
| |
| Version |
Gets the version.
|