Partager via


IAssociation.IsDerived, propriété

True si les liens de cette association sont définis par référence à d'autres associations ou attributs.Par exemple, le grand-parent d'association est dérivé du parent.

Espace de noms :  Microsoft.VisualStudio.Uml.Classes
Assembly :  Microsoft.VisualStudio.Uml.Interfaces (dans Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

'Déclaration
Property IsDerived As Boolean
bool IsDerived { get; set; }
property bool IsDerived {
    bool get ();
    void set (bool value);
}
abstract IsDerived : bool with get, set
function get IsDerived () : boolean
function set IsDerived (value : boolean)

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

IAssociation Interface

Microsoft.VisualStudio.Uml.Classes, espace de noms