Condividi tramite


Proprietà IProperty.IsDerived

True se il valore di questa proprietà è calcolato dagli altri.Ad esempio: Diagonali, calcolata da width e height

Spazio dei nomi:  Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IProperty Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Uml.Classes