Freigeben über


IFeature.IsStatic-Eigenschaft

TRUE, wenn diese Funktion von allen Instanzen ihrer Klassifizierung verwendet wird. False, wenn jede Instanz effektiv über eine separate Kopie der Funktion verfügt.

Namespace:  Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

'Declaration
Property IsStatic As Boolean
    Get
    Set
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)

Eigenschaftswert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

IFeature Schnittstelle

Microsoft.VisualStudio.Uml.Classes-Namespace