Share via


ApplicationInfo.PhysicalPath プロパティ

定義

アプリケーションのルートに対応する物理パスを取得します。

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

プロパティ値

アプリケーションのルートに対応する物理パス。

注釈

プロパティは PhysicalPath 、アプリケーションの作成時に メソッドに CreateObject 渡されたパスです。

適用対象