IObjectFlow.Transformation (Propiedad)

Si está definido, este comportamiento puede cambiar o reemplazar los objetos que pasan por el flujo.

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

Sintaxis

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

Tipo: Microsoft.VisualStudio.Uml.CommonBehaviors.IBehavior

Seguridad de .NET Framework

Vea también

Referencia

IObjectFlow Interfaz

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