Freigeben über


IInteractionUse.RefersTo-Eigenschaft

Die von dieser Interaktionsverwendung aufgerufene Interaktion.

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

Syntax

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

Eigenschaftswert

Typ: Microsoft.VisualStudio.Uml.Interactions.IInteraction

.NET Framework-Sicherheit

Siehe auch

Referenz

IInteractionUse Schnittstelle

Microsoft.VisualStudio.Uml.Interactions-Namespace