Freigeben über


ICallOperationAction.Operation-Eigenschaft

Der Vorgang, der aufgerufen wird, wenn die Aktion ausgeführt wird.

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

Syntax

'Declaration
Property Operation As IOperation
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)

Eigenschaftswert

Typ: Microsoft.VisualStudio.Uml.Classes.IOperation

.NET Framework-Sicherheit

Siehe auch

Referenz

ICallOperationAction Schnittstelle

Microsoft.VisualStudio.Uml.Actions-Namespace