共用方式為


IInvocationAction.OnPort 屬性

如果不為 null,會在接收物件的此連接埠叫用操作。

命名空間:  Microsoft.VisualStudio.Uml.Actions
組件:  Microsoft.VisualStudio.Uml.Interfaces (在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)

語法

'宣告
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)

屬性值

型別:Microsoft.VisualStudio.Uml.CompositeStructures.IPort

.NET Framework 安全性

請參閱

參考

IInvocationAction 介面

Microsoft.VisualStudio.Uml.Actions 命名空間