IGeneralization.IsSubstitutable (Propiedad)

Es true si las instancias del clasificador específico deben ser aceptables allí donde se requieran instancias del clasificador general.

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

Sintaxis

'Declaración
Property IsSubstitutable As Boolean
bool IsSubstitutable { get; set; }
property bool IsSubstitutable {
    bool get ();
    void set (bool value);
}
abstract IsSubstitutable : bool with get, set
function get IsSubstitutable () : boolean
function set IsSubstitutable (value : boolean)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

IGeneralization Interfaz

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