Condividi tramite


Proprietà IClassifierTemplateParameter.AllowSubstitutable

Falso se il tipo associato deve essere il ConstrainingClassifier o una delle relative specializzazioni. True se il tipo associato può in alternativa essere una classe che esegue l'interfaccia specificata, ad esempio 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
    Get
    Set
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