Share via


IInteractionUse.RefersTo Property

 

The Interaction invoked by this Interaction Use.

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

Syntax

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

Property Value

Type: Microsoft.VisualStudio.Uml.Interactions.IInteraction

See Also

IInteractionUse Interface
Microsoft.VisualStudio.Uml.Interactions Namespace

Return to top