Propriedade IAcceptEventAction.IsUnmarshall

True se pode haver vários pinos de saída e os dados são unmarshalled neles. False se só pode haver pino de saída de um e os dados de entrada todas enviada a ela.

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

Sintaxe

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

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

IAcceptEventAction Interface

Namespace Microsoft.VisualStudio.Uml.Actions