IWebApplication Schnittstelle

Definition

Stellt zur Entwurfszeit eine Schnittstelle für den Zugriff auf eine Webanwendung in einem Designerhost wie Microsoft Visual Studio 2005 bereit.

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
Attribute
Implementiert

Eigenschaften

RootProjectItem

Ruft das Stammprojektelement aus dem Entwurfshost ab.

Methoden

GetProjectItemFromUrl(String)

Gibt ein Projektelement anhand seiner URL aus einem Entwurfshost zurück.

GetService(Type)

Ruft das Dienstobjekt des angegebenen Typs ab.

(Geerbt von IServiceProvider)
OpenWebConfiguration(Boolean)

Gibt ein Configuration-Objekt zurück, das die aktuelle Webanwendung im Entwurfshost darstellt.

Gilt für:

Weitere Informationen