Sdílet prostřednictvím


IClassifierTemplateParameter.AllowSubstitutable – vlastnost

FALSE, pokud je vázaný typ musí být ConstrainingClassifier nebo jeden z jeho specializace.PRAVDA, pokud je typ vazby může být také třída, která provádí rozhraní, jako ConstrainingClassifier.Výchozí nastavení = True.

Obor názvů:  Microsoft.VisualStudio.Uml.AuxiliaryConstructs
Sestavení:  Microsoft.VisualStudio.Uml.Interfaces (v Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: System.Boolean

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IClassifierTemplateParameter Rozhraní

Microsoft.VisualStudio.Uml.AuxiliaryConstructs – obor názvů