次の方法で共有


ITextProvider.GetSelection メソッド

定義

現在のテキストの選択範囲または選択範囲に関連付けられている結合されていないテキスト範囲のコレクションを取得します。

public:
 Platform::Array <ITextRangeProvider ^> ^ GetSelection();
winrt::array_view <ITextRangeProvider const&> GetSelection();
public ITextRangeProvider[] GetSelection();
function getSelection()
Public Function GetSelection () As ITextRangeProvider()

戻り値

非結合テキスト範囲のコレクション。

適用対象