IProperty.IsDerived (Propiedad)

Es true si el valor de esta propiedad se calcula a partir de otros.Por ejemplo: Diagonal se calcula a partir de Width y Height

Espacio de nombres:  Microsoft.VisualStudio.Uml.Classes
Ensamblado:  Microsoft.VisualStudio.Uml.Interfaces (en Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

IProperty Interfaz

Microsoft.VisualStudio.Uml.Classes (Espacio de nombres)