IWebApplication Interface

Définition

Fournit une interface pour accéder à une application web dans un hôte de conception, tel que Microsoft Visual Studio 2005, au moment du design.

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
Attributs
Implémente

Propriétés

RootProjectItem

Obtient l'élément de projet racine de l'hôte de conception.

Méthodes

GetProjectItemFromUrl(String)

Retourne un élément de projet d'un hôte de conception à partir de son URL.

GetService(Type)

Obtient l'objet service du type spécifié.

(Hérité de IServiceProvider)
OpenWebConfiguration(Boolean)

Retourne un objet Configuration qui représente l'application Web actuelle dans l'hôte de conception.

S’applique à

Voir aussi