IXmlLineInfo.HasLineInfo Method

Definition

Gets a value indicating whether the class can return line information.

public:
 bool HasLineInfo();
public bool HasLineInfo ();
abstract member HasLineInfo : unit -> bool
Public Function HasLineInfo () As Boolean

Returns

true if LineNumber and LinePosition can be provided; otherwise, false.

Applies to