IGeneralization.IsSubstitutable, propriété

True si les instances du classifieur spécifié doivent être acceptables lorsque des instances du classifieur général sont requises.

Espace de noms :  Microsoft.VisualStudio.Uml.Classes
Assembly :  Microsoft.VisualStudio.Uml.Interfaces (dans Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

IGeneralization Interface

Microsoft.VisualStudio.Uml.Classes, espace de noms