EditPoint2::LineCharOffset Property

 

Gets the character offset of the EditPoint object.

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

property int LineCharOffset {
	int get();
}

Property Value

Type: System::Int32

The character offset of the EditPoint object.

Character numbering begins at one. LineCharOffset returns how many characters precede the object in the current line.

No code example is currently available or this language may not be supported.
Return to top
Show: