TextAddress Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a text address in terms of a character and a line.
public value class TextAddress
public value class TextAddress
struct TextAddress
public struct TextAddress
type TextAddress = struct
Public Structure TextAddress
- Inheritance
-
TextAddress
Fields
index |
Character position defining the text address. |
line |
Line position defining the text address. |