ImportAttribute.AllowRecomposition 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 qui indique si la propriété ou le champ est recomposé lorsque des exportations avec un contrat correspondant ont changé dans le conteneur.
public:
property bool AllowRecomposition { bool get(); void set(bool value); };
public bool AllowRecomposition { get; set; }
member this.AllowRecomposition : bool with get, set
Public Property AllowRecomposition As Boolean
Valeur de propriété
true
si la propriété ou le champ autorise la recomposition lorsque des exportations avec un ContractName correspondant sont ajoutées ou supprimées de CompositionContainer ; sinon, false
. La valeur par défaut est false
.