IInteractionUse.ReferredToFile Property
The file in which the RefersTo Interaction (sequence diagram) is defined.
Namespace: Microsoft.VisualStudio.Uml.Interactions
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
'Declaration
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)
Property Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.