IConnectorEnd.Role 属性

获取此端连接的元素类型,通常是一个端口,要么在包含组件上要么是其部件之一。

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

语法

声明
ReadOnly Property Role As IConnectableElement
    Get
IConnectableElement Role { get; }
property IConnectableElement^ Role {
    IConnectableElement^ get ();
}
abstract Role : IConnectableElement
function get Role () : IConnectableElement

属性值

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

.NET Framework 安全性

请参见

参考

IConnectorEnd 接口

Microsoft.VisualStudio.Uml.CompositeStructures 命名空间