ErrorItem.Line Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an integer value indicating which line in the code document the ErrorItem exists.
public:
property int Line { int get(); };
public:
property int Line { int get(); };
[System.Runtime.InteropServices.DispId(6)]
public int Line { [System.Runtime.InteropServices.DispId(6)] get; }
[<System.Runtime.InteropServices.DispId(6)>]
[<get: System.Runtime.InteropServices.DispId(6)>]
member this.Line : int
Public ReadOnly Property Line As Integer
Property Value
A line number.
- Attributes