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
string ReferredToFile { get; set; }
property String^ ReferredToFile {
String^ get();
void set(String^ value);
}
abstract ReferredToFile : string with get, set
Property ReferredToFile As String
Property Value
Type: System.String
See Also
IInteractionUse Interface
Microsoft.VisualStudio.Uml.Interactions Namespace
Return to top