次の方法で共有


_Application3.Version プロパティ

定義

InfoPath のバージョン番号を取得します。

public:
 property System::String ^ Version { System::String ^ get(); };
public string Version { get; }
member this.Version : string
Public ReadOnly Property Version As String

プロパティ値

バージョン番号。

実装

次の例では、 オブジェクトの Version プロパティを Application 使用して、アプリケーションのバージョン番号をメッセージ ボックスに表示します。

thisXDocument.UI.Alert("Application version: " + thisApplication.<span class="label">Version</span>);

注釈

アプリケーションのバージョン番号には、名前は含まれません。 アプリケーションの名前を取得するには、 プロパティを使用します Name

フォーム テンプレートのバージョン番号を取得するには、 プロパティを Version 使用します。

適用対象