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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
IClassifierTemplateParameter Interfaccia
Spazio dei nomi Microsoft.VisualStudio.Uml.AuxiliaryConstructs