IMessage.Connector 属性

' ~ [0..1] 发生此消息的连接器。

命名空间:  Microsoft.VisualStudio.Uml.Interactions
程序集:  Microsoft.VisualStudio.Uml.Interfaces(在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)

语法

声明
Property Connector As IConnector
IConnector Connector { get; set; }
property IConnector^ Connector {
    IConnector^ get ();
    void set (IConnector^ value);
}
abstract Connector : IConnector with get, set
function get Connector () : IConnector
function set Connector (value : IConnector)

属性值

类型:Microsoft.VisualStudio.Uml.CompositeStructures.IConnector

.NET Framework 安全性

请参见

参考

IMessage 接口

Microsoft.VisualStudio.Uml.Interactions 命名空间