Propriedade IActivity.IsReadOnly

Atividade True se este não deve fazer quaisquer alterações variáveis fora da atividade ou objetos.

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

Sintaxe

'Declaração
Property IsReadOnly As Boolean
    Get
    Set
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 propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

IActivity Interface

Namespace Microsoft.VisualStudio.Uml.Activities