IObjectFlow.Transformation, propriété
S'il est défini, ce comportement peut modifier ou remplacer des objets qui passent par le flux.
Espace de noms : Microsoft.VisualStudio.Uml.Activities
Assembly : Microsoft.VisualStudio.Uml.Interfaces (dans Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntaxe
'Déclaration
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)
Valeur de propriété
Type : Microsoft.VisualStudio.Uml.CommonBehaviors.IBehavior
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.