TextSpanPair 结构

定义

用于在两个不同的缓冲区中表示两个对应的范围。

public value class TextSpanPair
struct TextSpanPair
public struct TextSpanPair
type TextSpanPair = struct
Public Structure TextSpanPair
继承
TextSpanPair

注解

COM 签名

从 singlefileeditor:

typedef struct _TEXTSPANPAIR {  
    TextSpan span1;  
    TextSpan span2;  
} TextSpanPair;  

此结构在结构中使用 NewSpanMapping

字段

span1

TextSpan表示第一个跨度的对象。

span2

TextSpan表示第二个跨度的对象。

适用于