Sdílet prostřednictvím


IDirectedRelationship.Target – vlastnost

Cílový prvek vztah.

Obor názvů:  Microsoft.VisualStudio.Uml.Classes
Sestavení:  Microsoft.VisualStudio.Uml.Interfaces (v Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: Microsoft.VisualStudio.Uml.Classes.IElement

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

IDirectedRelationship Rozhraní

Microsoft.VisualStudio.Uml.Classes – obor názvů