IWebApplication 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供用於在設計階段存取設計主應用程式 (例如 Microsoft Visual Studio 2005) 中 Web 應用程式的介面。
public interface class IWebApplication : IServiceProvider
[System.Runtime.InteropServices.Guid("cff39fa8-5607-4b6d-86f3-cc80b3cfe2dd")]
public interface IWebApplication : IServiceProvider
[<System.Runtime.InteropServices.Guid("cff39fa8-5607-4b6d-86f3-cc80b3cfe2dd")>]
type IWebApplication = interface
interface IServiceProvider
Public Interface IWebApplication
Implements IServiceProvider
- 屬性
- 實作
屬性
RootProjectItem |
取得設計主應用程式的根專案項目。 |
方法
GetProjectItemFromUrl(String) |
依據 URL,傳回設計主應用程式的專案項目。 |
GetService(Type) |
取得指定類型的服務物件。 (繼承來源 IServiceProvider) |
OpenWebConfiguration(Boolean) |
傳回 Configuration 物件,表示設計主應用程式中的目前 Web 應用程式。 |