IBehaviorExecutionSpecification.Behavior, propriété
Le comportement dont l'exécution représente cela.
Espace de noms : Microsoft.VisualStudio.Uml.Interactions
Assembly : Microsoft.VisualStudio.Uml.Interfaces (dans Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntaxe
'Déclaration
Property Behavior As IBehavior
IBehavior Behavior { get; set; }
property IBehavior^ Behavior {
IBehavior^ get ();
void set (IBehavior^ value);
}
abstract Behavior : IBehavior with get, set
function get Behavior () : IBehavior
function set Behavior (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.