Share via


ITextProvider.SupportedTextSelection 属性

定义

获取一个值,该值指定文本提供程序是否支持选择,如果支持,则支持选择的类型。

public:
 property SupportedTextSelection SupportedTextSelection { SupportedTextSelection get(); };
SupportedTextSelection SupportedTextSelection();
public SupportedTextSelection SupportedTextSelection { get; }
var supportedTextSelection = iTextProvider.supportedTextSelection;
Public ReadOnly Property SupportedTextSelection As SupportedTextSelection

属性值

SupportedTextSelection 的值。

适用于