次の方法で共有


Solution2.Version プロパティ

定義

Microsoft InfoPath フォーム テンプレートのバージョン番号を取得します。

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

プロパティ値

実装

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

注釈

InfoPath アプリケーションのバージョン番号を取得するには、 を使用します Version

重要: このメンバーにアクセスできるのは、現在開いているフォームと同じドメインで実行されているフォーム、またはクロスドメインアクセス許可が付与されているフォームのみです。

適用対象