IInteractionUse.ReferredToFile (Propiedad)

Archivo en el que se define la interacción RefersTo (diagrama de secuencia).

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

Sintaxis

'Declaración
Property ReferredToFile As String
string ReferredToFile { get; set; }
property String^ ReferredToFile {
    String^ get ();
    void set (String^ value);
}
abstract ReferredToFile : string with get, set
function get ReferredToFile () : String
function set ReferredToFile (value : String)

Valor de propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

IInteractionUse Interfaz

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