Share via


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

'Declaration
Property OnPort As IPort
    Get
    Set
IPort OnPort { get; set; }
property IPort^ OnPort {
    IPort^ get ();
    void set (IPort^ value);
}
abstract OnPort : IPort with get, set
function get OnPort () : IPort
function set OnPort (value : IPort)

Property Value

Type: Microsoft.VisualStudio.Uml.CompositeStructures.IPort

.NET Framework Security

See Also

Reference

IInvocationAction Interface

Microsoft.VisualStudio.Uml.Actions Namespace