IProjectItem 接口

定义

为设计时从设计主机(如 Visual Studio 2005)中检索出的项提供接口。

public interface class IProjectItem
public interface IProjectItem
type IProjectItem = interface
Public Interface IProjectItem

属性

AppRelativeUrl

获取项相对于设计宿主的 URL。

Name

获取项名。

Parent

获取对包含的项的引用(如果有)。

PhysicalPath

获取项目项的路径。

适用于

另请参阅