Propriedade IFeature.IsStatic

True se este recurso é compartilhado por todas as instâncias do seu classificador. False se cada instância efetivamente tem uma cópia separada do recurso.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

IFeature Interface

Namespace Microsoft.VisualStudio.Uml.Classes