Condividi tramite


Proprietà IClassifierTemplateParameter.AllowSubstitutable

False se il tipo associato deve essere il ConstrainingClassifier o quello delle specializzazioni.True se il tipo associato possibile in alternativa essere una classe che esegue l'interfaccia specificata come il ConstrainingClassifier.Valore predefinito = True.

Spazio dei nomi:  Microsoft.VisualStudio.Uml.AuxiliaryConstructs
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintassi

'Dichiarazione
Property AllowSubstitutable As Boolean
bool AllowSubstitutable { get; set; }
property bool AllowSubstitutable {
    bool get ();
    void set (bool value);
}
abstract AllowSubstitutable : bool with get, set
function get AllowSubstitutable () : boolean
function set AllowSubstitutable (value : boolean)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IClassifierTemplateParameter Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Uml.AuxiliaryConstructs