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

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

Property Value

Type: Microsoft.VisualStudio.Uml.Interactions.IInteraction

.NET Framework Security

See Also

Reference

IInteractionUse Interface

Microsoft.VisualStudio.Uml.Interactions Namespace