Freigeben über


IInvocationAction.OnPort-Eigenschaft

Wenn nicht NULL, wird der Vorgang für diesen Anschluss des empfangenden Objekts aufgerufen.

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)

Eigenschaftswert

Typ: Microsoft.VisualStudio.Uml.CompositeStructures.IPort

.NET Framework-Sicherheit

Siehe auch

Referenz

IInvocationAction Schnittstelle

Microsoft.VisualStudio.Uml.Actions-Namespace