Sdílet prostřednictvím


IInteractionUse.ReferredToFile – vlastnost

Soubor, ve kterém je definován RefersTo interakce (sekvenční diagram).

Obor názvů:  Microsoft.VisualStudio.Uml.Interactions
Sestavení:  Microsoft.VisualStudio.Uml.Interfaces (v Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

'Deklarace
Property ReferredToFile As String
    Get
    Set
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)

Hodnota vlastnosti

Typ: System.String

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

IInteractionUse Rozhraní

Microsoft.VisualStudio.Uml.Interactions – obor názvů