IWebApplication
IWebApplication
IWebApplication
IWebApplication
Interface
Definition
Provides an interface for accessing a Web application in a design host, such as Microsoft Visual Studio 2005, at design time.
public interface class IWebApplication : IServiceProvider
[System.Runtime.InteropServices.Guid("cff39fa8-5607-4b6d-86f3-cc80b3cfe2dd")]
public interface IWebApplication : IServiceProvider
type IWebApplication = interface
interface IServiceProvider
Public Interface IWebApplication
Implements IServiceProvider
- Attributes
- Implements
Properties
RootProjectItem RootProjectItem RootProjectItem RootProjectItem |
Gets the root project item from the design host. |
Methods
GetProjectItemFromUrl(String) GetProjectItemFromUrl(String) GetProjectItemFromUrl(String) GetProjectItemFromUrl(String) |
Returns a project item from a design host based on its URL. |
GetService(Type) GetService(Type) GetService(Type) GetService(Type) |
Gets the service object of the specified type. (Inherited from IServiceProvider) |
OpenWebConfiguration(Boolean) OpenWebConfiguration(Boolean) OpenWebConfiguration(Boolean) OpenWebConfiguration(Boolean) |
Returns a Configuration object representing the current Web application in the design host. |