IClassifierTemplateParameter.AllowSubstitutable (Propiedad)
Es false si el tipo enlazado debe ser el ConstrainingClassifier o una de sus especializaciones.Es True si el tipo enlazado puede ser también una clase que comprende la interfaz especificada como ConstrainingClassifier.Valor predeterminado = True.
Espacio de nombres: Microsoft.VisualStudio.Uml.AuxiliaryConstructs
Ensamblado: Microsoft.VisualStudio.Uml.Interfaces (en Microsoft.VisualStudio.Uml.Interfaces.dll)
Sintaxis
'Declaración
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)
Valor de propiedad
Tipo: System.Boolean
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
IClassifierTemplateParameter Interfaz
Microsoft.VisualStudio.Uml.AuxiliaryConstructs (Espacio de nombres)