Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the line number of the object.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
ReadOnly Property Line As Integer
int Line { get; }
property int Line {
int get ();
}
abstract Line : int
function get Line () : int
Property Value
Type: System.Int32
An integer value indicating the line number of the object.
Implements
Remarks
Line numbers start at one.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.