次の方法で共有


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 の値。

適用対象