IAcceptEventAction.IsUnmarshall (Propiedad)

Es true si puede haber varios terminales de salida y no se calculan las referencias de datos en ellos.Es false si sólo puede haber un terminal de salida y todos los datos de entrada se envían a este.

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

Sintaxis

'Declaración
Property IsUnmarshall As Boolean
bool IsUnmarshall { get; set; }
property bool IsUnmarshall {
    bool get ();
    void set (bool value);
}
abstract IsUnmarshall : bool with get, set
function get IsUnmarshall () : boolean
function set IsUnmarshall (value : boolean)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

IAcceptEventAction Interfaz

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