Compartir a través de


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

Vea también

Referencia

IClassifierTemplateParameter Interfaz

Microsoft.VisualStudio.Uml.AuxiliaryConstructs (Espacio de nombres)