Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the operation that owns the parameter.
Namespace: Microsoft.VisualStudio.Uml.Classes
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
IOperation Operation { get; }
property IOperation^ Operation {
IOperation^ get();
}
abstract Operation : IOperation with get
ReadOnly Property Operation As IOperation
Property Value
Type: Microsoft.VisualStudio.Uml.Classes.IOperation
See Also
IParameter Interface
Microsoft.VisualStudio.Uml.Classes Namespace
Return to top