[This is preliminary documentation and is subject to change.]
Represents a stream start event.
| C# | Visual Basic | Visual C++ |
public interface IStreamStart : IParsingEvent
Public Interface IStreamStart _ Inherits IParsingEvent
public interface class IStreamStart : IParsingEvent
| All Members | Properties | ||||
| Icon | Member | Description |
|---|---|---|
| End |
Gets the position in the input stream where the event ends.
(Inherited from IParsingEvent.) | |
| Start |
Gets the position in the input stream where the event start.
(Inherited from IParsingEvent.) |