TextSpanPair 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.
Used to express two corresponding spans in two separate buffers.
public value class TextSpanPair
struct TextSpanPair
public struct TextSpanPair
type TextSpanPair = struct
Public Structure TextSpanPair
- Inheritance
-
TextSpanPair
Remarks
COM Signature
From singlefileeditor.idl:
typedef struct _TEXTSPANPAIR {
TextSpan span1;
TextSpan span2;
} TextSpanPair;
This structure is used in the NewSpanMapping structure.
Fields
span1 |
A TextSpan object representing the first span. |
span2 |
A TextSpan object representing the second span. |