次の方法で共有


Revisions.Application プロパティ

定義

Application Microsoft Word アプリケーションを表す オブジェクトを返します。

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

プロパティ値

注釈

Visual Basic の CreateObject および GetObject 関数を使用すると、Visual Basic for Applications プロジェクトから OLE オートメーション オブジェクトにアクセスできます。

適用対象