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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。