Partager via


IProperty.IsDerived, propriété

True si la valeur de cette propriété est calculée à partir des autres. Par exemple, Diagonale (calculé à partir de Largeur et de Hauteur).

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
    Get
    Set
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

IProperty Interface

Microsoft.VisualStudio.Uml.Classes, espace de noms