Compartilhar via


Propriedade IGeneralization.IsSubstitutable

True se a instâncias do classificador específico devem ser aceitável onde quer que as instâncias do classificador geral são necessárias.

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

Sintaxe

'Declaração
Property IsSubstitutable As Boolean
    Get
    Set
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 propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

IGeneralization Interface

Namespace Microsoft.VisualStudio.Uml.Classes