HostProtectionAttribute.ExternalThreading 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 ou définit une valeur indiquant si le thread externe est exposé.
public:
property bool ExternalThreading { bool get(); void set(bool value); };
public bool ExternalThreading { get; set; }
member this.ExternalThreading : bool with get, set
Public Property ExternalThreading As Boolean
Valeur de propriété
true si le thread externe est exposé ; sinon, false. La valeur par défaut est false.
Remarques
Le code qui expose le threading externe crée ou manipule des threads autres que ses propres, qui peuvent être dangereux pour l’hôte.