IInteractionUse.RefersTo (Propiedad)

Interacción invocada por este uso de interacción.

Espacio de nombres:  Microsoft.VisualStudio.Uml.Interactions
Ensamblado:  Microsoft.VisualStudio.Uml.Interfaces (en Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: Microsoft.VisualStudio.Uml.Interactions.IInteraction

Seguridad de .NET Framework

Vea también

Referencia

IInteractionUse Interfaz

Microsoft.VisualStudio.Uml.Interactions (Espacio de nombres)