IFeature.IsStatic (Propiedad)

Es true si esta característica está compartida por todas las instancias del clasificador.Es false si cada instancia tiene una copia independiente de la característica.

Espacio de nombres:  Microsoft.VisualStudio.Uml.Classes
Ensamblado:  Microsoft.VisualStudio.Uml.Interfaces (en Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

IFeature Interfaz

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