_Application3.Name プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
InfoPath アプリケーションの名前を取得します。
public:
property System::String ^ default { System::String ^ get(); };
public string this { get; }
member this.Name : string
Default Public ReadOnly Property Name As String
プロパティ値
アプリケーションの名前。
実装
例
次の例では、オブジェクトを Alert(String) 介してアクセスされる オブジェクトの UIObject メソッドを XDocument 使用して、アプリケーションの名前を示すメッセージ ボックスを表示します。
thisXDocument.UI.Alert("Application name: " + thisApplication.<span class="label">Name</span>);
注釈
アプリケーションの名前には、バージョン番号は含まれません。 アプリケーションのバージョン番号を取得するには、 プロパティを使用します Version 。