Freigeben über


IBehaviorExecutionSpecification.Behavior-Eigenschaft

Das Verhalten, dessen Ausführung dieses darstellt.

Namespace:  Microsoft.VisualStudio.Uml.Interactions
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

'Declaration
Property Behavior As IBehavior
    Get
    Set
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)

Eigenschaftswert

Typ: Microsoft.VisualStudio.Uml.CommonBehaviors.IBehavior

.NET Framework-Sicherheit

Siehe auch

Referenz

IBehaviorExecutionSpecification Schnittstelle

Microsoft.VisualStudio.Uml.Interactions-Namespace