XamlXmlReader::IsEof Property
.NET Framework (current version)
Gets a value that reports whether the reader position in the XAML node stream is at end-of-file.
Assembly: System.Xaml (in System.Xaml.dll)
Property Value
Type: System::Booleantrue if the position is at the conceptual end-of-file in the node stream; otherwise, false.
If you are currently using a subtree reader, the subtree reader reports IsEof after exiting the bounds of the subtree. For more information, see ReadSubtree.
.NET Framework
Available since 4.0
Available since 4.0
Show: