IProjectItem.PhysicalPath 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得專案項目的路徑。
public:
property System::String ^ PhysicalPath { System::String ^ get(); };
public string PhysicalPath { get; }
member this.PhysicalPath : string
Public ReadOnly Property PhysicalPath As String
屬性值
項目的路徑。
備註
如果設計主應用程式支援這項功能,而且擷取專案的實體路徑是合理的做法,則 PhysicalPath 屬性會傳回指定專案專案的實體路徑。 如果專案是非磁碟專案,例如網站或 FTP 網站,則 PhysicalPath 屬性應該會傳回 null
。