Condividi tramite


Proprietà IInteractionUse.RefersTo

L'interazione richiamata dall'utilizzo interazione.

Spazio dei nomi:  Microsoft.VisualStudio.Uml.Interactions
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintassi

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

Valore proprietà

Tipo: Microsoft.VisualStudio.Uml.Interactions.IInteraction

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IInteractionUse Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Uml.Interactions