Compartilhar via


Propriedade IReceiveOperationEvent.Operation

A operação associada ao evento.

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

Sintaxe

'Declaração
Property Operation As IOperation
    Get
    Set
IOperation Operation { get; set; }
property IOperation^ Operation {
    IOperation^ get ();
    void set (IOperation^ value);
}
abstract Operation : IOperation with get, set
function get Operation () : IOperation
function set Operation (value : IOperation)

Valor de propriedade

Tipo: Microsoft.VisualStudio.Uml.Classes.IOperation

Segurança do .NET Framework

Consulte também

Referência

IReceiveOperationEvent Interface

Namespace Microsoft.VisualStudio.Uml.Interactions