IInteractionUse.ReferredToFile 属性

在其中定义 RefersTo Interaction (序列图) 的文件。

命名空间:  Microsoft.VisualStudio.Uml.Interactions
程序集:  Microsoft.VisualStudio.Uml.Interfaces(在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)

语法

声明
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)

属性值

类型:System.String

.NET Framework 安全性

请参见

参考

IInteractionUse 接口

Microsoft.VisualStudio.Uml.Interactions 命名空间