Partilhar via


Propriedade IObjectFlow.Transformation

Se definido, esse comportamento pode alterar ou substituir objetos passando por meio do fluxo.

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

Sintaxe

'Declaração
Property Transformation As IBehavior
IBehavior Transformation { get; set; }
property IBehavior^ Transformation {
    IBehavior^ get ();
    void set (IBehavior^ value);
}
abstract Transformation : IBehavior with get, set
function get Transformation () : IBehavior
function set Transformation (value : IBehavior)

Valor de propriedade

Tipo: Microsoft.VisualStudio.Uml.CommonBehaviors.IBehavior

Segurança do .NET Framework

Consulte também

Referência

IObjectFlow Interface

Namespace Microsoft.VisualStudio.Uml.Activities