XamlXmlReader::LinePosition Property

.NET Framework (current version)
 

Gets the line position to report.

Namespace:   System.Xaml
Assembly:  System.Xaml (in System.Xaml.dll)

public:
property int LinePosition {
	virtual int get() sealed;
}

Property Value

Type: System::Int32

The line position to report.

This property is part of the IXamlLineInfo implementation. Node types of StartObject, StartMember, NamespaceDeclaration, or Value can return a line position. Other node types return a value of 0. All node types return 0 if HasLineInfo is false.

.NET Framework
Available since 4.0
Return to top
Show: