次の方法で共有


_Application3.Name プロパティ

定義

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

適用対象