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.
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