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.
Sets or gets the line number of the TaskItem object.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
Property Line As Integer
'Usage
Dim instance As TaskItem
Dim value As Integer
value = instance.Line
instance.Line = value
int Line { get; set; }
property int Line {
int get ();
void set (int value);
}
function get Line () : int
function set Line (value : int)
Property Value
Type: System.Int32
An integer indicating the line number of the TaskItem object.
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.