Share via


VirtualPoint.AtStartOfLine Property

Returns true if the object is at the beginning of a line.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
ReadOnly Property AtStartOfLine As Boolean
'Usage
Dim instance As VirtualPoint 
Dim value As Boolean 

value = instance.AtStartOfLine
bool AtStartOfLine { get; }
property bool AtStartOfLine {
    bool get ();
}
function get AtStartOfLine () : boolean

Property Value

Type: System.Boolean
A Boolean value indicating true if you are at the start of a line; false if otherwise.

Implements

TextPoint.AtStartOfLine

.NET Framework Security

See Also

Reference

VirtualPoint Interface

VirtualPoint Members

AtStartOfLine Overload

EnvDTE Namespace

Other Resources

How to: Compile and Run the Automation Object Model Code Examples