IXamlLineInfoConsumer::SetLineInfo Method (Int32, Int32)

.NET Framework (current version)
 

Collects line information.

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

void SetLineInfo(
	int lineNumber,
	int linePosition
)

Parameters

lineNumber
Type: System::Int32

The line number to use in the output.

linePosition
Type: System::Int32

The line position to use in the output.

.NET Framework
Available since 4.0
Return to top
Show: