Partilhar via


Propriedade IInteractionUse.ReferredToFile

O arquivo no qual a interação de RefersTo (diagrama de seqüência) está definida.

Namespace:  Microsoft.VisualStudio.Uml.Interactions
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (em Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

IInteractionUse Interface

Namespace Microsoft.VisualStudio.Uml.Interactions