Propriedade IProperty.IsDerived

True se o valor desta propriedade é calculado a partir de outras pessoas. Por exemplo: Diagonal, calculadas a partir de largura e altura

Namespace:  Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (em Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

IProperty Interface

Namespace Microsoft.VisualStudio.Uml.Classes