ModelProperty.IsAttached 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.
Détermine si la propriété représente une propriété attachée d'un autre type.
public:
abstract property bool IsAttached { bool get(); };
public abstract bool IsAttached { get; }
member this.IsAttached : bool
Public MustOverride ReadOnly Property IsAttached As Boolean
Valeur de propriété
true
si la propriété représente une propriété attachée d'un autre type ; sinon, false
.