ICallOperationAction.Operation Property
The operation that is invoked when the action executes.
Namespace: Microsoft.VisualStudio.Uml.Actions
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
IOperation Operation { get; set; }
property IOperation^ Operation {
IOperation^ get();
void set(IOperation^ value);
}
abstract Operation : IOperation with get, set
Property Operation As IOperation
Property Value
Type: Microsoft.VisualStudio.Uml.Classes.IOperation
See Also
ICallOperationAction Interface
Microsoft.VisualStudio.Uml.Actions Namespace
Return to top