共用方式為


IDirectedRelationship.Target 屬性

關聯性的目標項目。

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

語法

'宣告
Property Target As IElement
    Get
    Set
IElement Target { get; set; }
property IElement^ Target {
    IElement^ get ();
    void set (IElement^ value);
}
abstract Target : IElement with get, set
function get Target () : IElement
function set Target (value : IElement)

屬性值

型別:Microsoft.VisualStudio.Uml.Classes.IElement

.NET Framework 安全性

請參閱

參考

IDirectedRelationship 介面

Microsoft.VisualStudio.Uml.Classes 命名空間