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
bool AtStartOfLine { get; }
property bool AtStartOfLine {
    bool get ();
}
abstract AtStartOfLine : bool with 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.

.NET Framework Security

See Also

Reference

VirtualPoint Interface

EnvDTE Namespace

Other Resources

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