次の方法で共有


Pane.View プロパティ

定義

指定されたペインのビューを表す View オブジェクトを返します。

public:
 property Microsoft::Office::Interop::Word::View ^ View { Microsoft::Office::Interop::Word::View ^ get(); };
public Microsoft.Office.Interop.Word.View View { get; }
member this.View : Microsoft.Office.Interop.Word.View
Public ReadOnly Property View As View

プロパティ値

この例では、 Windows コレクションの最初のウィンドウに関連付けられているウィンドウのすべての印刷されない文字を使用します。

<span class="label">For Each myPane In Windows(1).Panes 































































































































































































































































    myPane.</span>
<span class="label">View</span>
<span class="label">.ShowAll = TrueNext myPane</span>

適用対象