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
- 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.
See Also
Reference
Other Resources
How to: Compile and Run the Automation Object Model Code Examples