Freigeben über


ICallBehaviorAction.Behavior-Eigenschaft

Das aufgerufene Verhalten.

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

Syntax

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

Eigenschaftswert

Typ: Microsoft.VisualStudio.Uml.CommonBehaviors.IBehavior

.NET Framework-Sicherheit

Siehe auch

Referenz

ICallBehaviorAction Schnittstelle

Microsoft.VisualStudio.Uml.Actions-Namespace