Partager via


IFeature.IsStatic, propriété

True si cette fonctionnalité est partagée par toutes les instances de son classifieur.False si chaque instance a effectivement une copie distincte de la fonctionnalité.

Espace de noms :  Microsoft.VisualStudio.Uml.Classes
Assembly :  Microsoft.VisualStudio.Uml.Interfaces (dans Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

'Déclaration
Property IsStatic As Boolean
bool IsStatic { get; set; }
property bool IsStatic {
    bool get ();
    void set (bool value);
}
abstract IsStatic : bool with get, set
function get IsStatic () : boolean
function set IsStatic (value : boolean)

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

IFeature Interface

Microsoft.VisualStudio.Uml.Classes, espace de noms