HostingEnvironment.IsHosted Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur indiquant si le domaine d'application actuel est hébergé par un objet ApplicationManager.
public:
static property bool IsHosted { bool get(); };
public static bool IsHosted { get; }
static member IsHosted : bool
Public Shared ReadOnly Property IsHosted As Boolean
Valeur de propriété
true si le domaine d'application est hébergé par un objet ApplicationManager ; sinon, false.