共用方式為


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 屬性會傳回指定專案專案的實體路徑。 如果專案是非磁片專案,例如網站或 FTP 網站,則 PhysicalPath 屬性應該會傳回 null

適用於

另請參閱