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
。