Propriedade ICallBehaviorAction.Behavior

O comportamento da chamada.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: Microsoft.VisualStudio.Uml.CommonBehaviors.IBehavior

Segurança do .NET Framework

Consulte também

Referência

ICallBehaviorAction Interface

Namespace Microsoft.VisualStudio.Uml.Actions