IWebApplication.RootProjectItem 属性
定义
获取设计宿主中的根项目项。Gets the root project item from the design host.
public:
property System::Web::UI::Design::IProjectItem ^ RootProjectItem { System::Web::UI::Design::IProjectItem ^ get(); };
public System.Web.UI.Design.IProjectItem RootProjectItem { get; }
member this.RootProjectItem : System.Web.UI.Design.IProjectItem
Public ReadOnly Property RootProjectItem As IProjectItem
属性值
设计宿主中的根项目项。The root project item from the design host.