Condividi tramite


Proprietà IActivity.IsReadOnly

True se questa attività non è necessario apportare alcune modifiche alle variabili all'esterno dell'attività oppure oggetti.

Spazio dei nomi:  Microsoft.VisualStudio.Uml.Activities
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintassi

'Dichiarazione
Property IsReadOnly As Boolean
bool IsReadOnly { get; set; }
property bool IsReadOnly {
    bool get ();
    void set (bool value);
}
abstract IsReadOnly : bool with get, set
function get IsReadOnly () : boolean
function set IsReadOnly (value : boolean)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IActivity Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Uml.Activities