TextSpanPair Struct

Definition

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.

Applies to