Freigeben über


IInteractionUse.HasReference-Eigenschaft

TRUE, wenn die Interaktion einen Verweis auf eine andere Interaktion besitzt. False, wenn der Benutzer das Detail dieses Teils der Sequenz noch nicht definiert hat.

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

Syntax

'Declaration
ReadOnly Property HasReference As Boolean
bool HasReference { get; }
property bool HasReference {
    bool get ();
}
abstract HasReference : bool with get
function get HasReference () : boolean

Eigenschaftswert

Typ: Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

IInteractionUse Schnittstelle

Microsoft.VisualStudio.Uml.Interactions-Namespace