IInvocationAction.OnPort Property
If not null, the operation is invoked on this port of the receiving object.
Namespace: Microsoft.VisualStudio.Uml.Actions
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
IPort OnPort { get; set; }
property IPort^ OnPort {
IPort^ get();
void set(IPort^ value);
}
abstract OnPort : IPort with get, set
Property OnPort As IPort
Property Value
Type: Microsoft.VisualStudio.Uml.CompositeStructures.IPort
See Also
IInvocationAction Interface
Microsoft.VisualStudio.Uml.Actions Namespace
Return to top