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
Get
Set
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.