IWebApplication Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |
Extension Methods
Applies to
See also
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.