Sdílet prostřednictvím


IObjectFlow.Transformation – vlastnost

Pokud definována, můžete toto chování změnit nebo nahradit procházející Tok objektů.

Obor názvů:  Microsoft.VisualStudio.Uml.Activities
Sestavení:  Microsoft.VisualStudio.Uml.Interfaces (v Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: Microsoft.VisualStudio.Uml.CommonBehaviors.IBehavior

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IObjectFlow Rozhraní

Microsoft.VisualStudio.Uml.Activities – obor názvů