IProjectItem 接口

定义

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

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

属性

名称 说明
AppRelativeUrl

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

Name

获取项的名称。

Parent

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

PhysicalPath

获取项目项的路径。

适用于

另请参阅