XamlObjectWriter::ShouldProvideLineInfo Property

.NET Framework (current version)
 

Gets a value that reports whether a line information service should provide values and therefore, should also call the SetLineInfo method when it is relevant.

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

public:
property bool ShouldProvideLineInfo {
	virtual bool get() sealed;
}

Property Value

Type: System::Boolean

true if line information is used by the writer; otherwise, false.

This implementation always returns true.

.NET Framework
Available since 4.0
Return to top
Show: