共用方式為


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的值。

適用於