次の方法で共有


TextRetrievalMode.IncludeHiddenText プロパティ

定義

True を指定 した範囲から取得したテキストに非表示のテキストが含まれている場合。

public:
 property bool IncludeHiddenText { bool get(); void set(bool value); };
public bool IncludeHiddenText { get; set; }
member this.IncludeHiddenText : bool with get, set
Public Property IncludeHiddenText As Boolean

プロパティ値

注釈

メモ 既定値は、このプロパティが設定されるまで、[オプション] ダイアログ ボックス ([ツール] メニュー) の [表示] タブの [非表示テキスト] オプションの現在の設定と同じです。 指定した Text 範囲からテキストを取得するには、 Range プロパティを オブジェクトと共に使用します。

適用対象