VersionUpgradeEvent.SolutionVersion プロパティ
Microsoft Office InfoPath 2007 フォーム テンプレートのバージョン番号を取得します。
このプロパティは、CLS に準拠していません。
名前空間: Microsoft.Office.Interop.InfoPath.SemiTrust
アセンブリ: Microsoft.Office.Interop.InfoPath.SemiTrust (microsoft.office.interop.infopath.semitrust.dll 内)
構文
'宣言
<DispIdAttribute(2)> _
ReadOnly Property SolutionVersion As String
'使用
Dim instance As VersionUpgradeEvent
Dim value As String
value = instance.SolutionVersion
[DispIdAttribute(2)]
string SolutionVersion { get; }
コメント
このプロパティは、OnVersionUpgrade イベントでのみ使用できます。
重要 : |
---|
このメンバは、現在開いているフォームと同じドメイン内で実行されているフォーム、またはドメインを越えたアクセス許可を付与されているフォームだけがアクセスできます。 |
例
次の例では、VersionUpgradeEventObject オブジェクトの SolutionVersion プロパティを使用して、InfoPath フォーム テンプレートのバージョン番号をメッセージ ボックスに表示しています。
[InfoPathEventHandler(EventType=InfoPathEventType.OnVersionUpgrade)]
public void OnVersionUpgrade(VersionUpgradeEvent e)
{
thisXDocument.UI.Alert("The form version: " + e.DocumentVersion +
"\nThe form template version: " + e.SolutionVersion);
e.ReturnStatus = true;
}
関連項目
参照
VersionUpgradeEvent インターフェイス
VersionUpgradeEvent のメンバ
Microsoft.Office.Interop.InfoPath.SemiTrust 名前空間