次の方法で共有


_Global.ActiveDocument プロパティ

定義

作業中の Document 文書 (フォーカスのあるドキュメント) を表す オブジェクトを返します。 開いているドキュメントが存在しない場合は、エラーが発生します。

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

プロパティ値

適用対象