VirtualPoint.LineCharOffset Property
Gets the character offset of the object.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
ReadOnly Property LineCharOffset As Integer
int LineCharOffset { get; }
property int LineCharOffset {
int get ();
}
abstract LineCharOffset : int with get
function get LineCharOffset () : int
Property Value
Type: System.Int32
An integer value indicating the character offset of the VirtualPoint object.
Remarks
Character numbering begins at one. LineCharOffset returns the number of characters the object is from the left side of a line in the document.
.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