Compartir a través de


IActivity.IsReadOnly (Propiedad)

Es true si esta actividad no debe realizar ningún cambio en las variables externas a la actividad o en los objetos.

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

Sintaxis

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

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

IActivity Interfaz

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