Freigeben über


ILifeline.Represents-Eigenschaft

Wenn definiert, beschreibt die Interaktion Interaktionen in der Struktur eines Klassifizierers, und diese Lebenslinie stellt einen bestimmten Teil oder ein ConnectableElement dar.

Namespace:  Microsoft.VisualStudio.Uml.Interactions
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

'Declaration
Property Represents As IConnectableElement
IConnectableElement Represents { get; set; }
property IConnectableElement^ Represents {
    IConnectableElement^ get ();
    void set (IConnectableElement^ value);
}
abstract Represents : IConnectableElement with get, set
function get Represents () : IConnectableElement
function set Represents (value : IConnectableElement)

Eigenschaftswert

Typ: Microsoft.VisualStudio.Uml.CompositeStructures.IConnectableElement

.NET Framework-Sicherheit

Siehe auch

Referenz

ILifeline Schnittstelle

Microsoft.VisualStudio.Uml.Interactions-Namespace