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
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.