次の方法で共有


Selection.Text プロパティ

定義

取得または指定された選択範囲のテキストを設定します。

public:
 property System::String ^ default { System::String ^ get(); void set(System::String ^ value); };
public string this { get; set; }
member this.Text : string with get, set
Default Public Property Text As String

プロパティ値

注釈

Text プロパティは、選択範囲または指定範囲のプレーン テキストの書式なしのテキストを返します。 このプロパティを設定するときは、指定範囲または選択範囲のテキストが置き換えられます。

適用対象