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
[<System.Runtime.InteropServices.Guid("cff39fa8-5607-4b6d-86f3-cc80b3cfe2dd")>]
type IWebApplication = interface
    interface IServiceProvider
Public Interface IWebApplication
Implements IServiceProvider
Attributes
Implements

Properties

RootProjectItem

Gets the root project item from the design host.

Methods

GetProjectItemFromUrl(String)

Returns a project item from a design host based on its URL.

GetService(Type)

Gets the service object of the specified type.

(Inherited from IServiceProvider)
OpenWebConfiguration(Boolean)

Returns a Configuration object representing the current Web application in the design host.

Applies to

See also