Share via


IProjectItem.PhysicalPath プロパティ

定義

プロジェクト項目のパスを取得します。

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

プロパティ値

項目のパス。

注釈

プロパティは PhysicalPath 、デザイン ホストがこの機能をサポートしている場合、およびアイテムの物理パスを取得することが理にかなっている場合は、特定のプロジェクト 項目の物理パスを返します。 アイテムがディスク以外のアイテム (Web サイトや FTP サイトなど) の場合、 プロパティは を PhysicalPath 返す null必要があります。

適用対象

こちらもご覧ください